Skip to content

Commit

Permalink
mv Gemfile files to src
Browse files Browse the repository at this point in the history
  • Loading branch information
frodoslaw committed Jan 31, 2018
1 parent a8302b7 commit 41aa9e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ RUN echo ':ssl_verify_mode: 0' > ~/.gemrc
RUN gem install bundler
RUN useradd --system --create-home --uid $PUPPET_FORGE_SERVER_USER_ID --home-dir $PUPPET_FORGE_SERVER_BASEDIR $PUPPET_FORGE_SERVER_USER

COPY Gemfile Gemfile
COPY Gemfile.lock Gemfile.lock
COPY src/Gemfile Gemfile
COPY src/Gemfile.lock Gemfile.lock
RUN bundle --retry=3

WORKDIR $PUPPET_FORGE_SERVER_BASEDIR
USER $PUPPET_FORGE_SERVER_USER

COPY run.sh /run.sh
COPY src/run.sh /run.sh

ENTRYPOINT ["/run.sh"]
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 41aa9e2

Please sign in to comment.