Skip to content

Commit

Permalink
Dockerfile ❤️ Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyadsl committed Oct 13, 2016
1 parent 48cfc0f commit a5a8b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.git
.dockerignore
Gemfile.lock
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ WORKDIR $INSTALL_PATH

# Ensure gems are cached and only get updated when they change. This will
# drastically increase build times when your gems do not change.
COPY Gemfile Gemfile
COPY Gemfile* ./
RUN bundle install

# Copy in the application code from your work station at the current directory
Expand Down

0 comments on commit a5a8b4e

Please sign in to comment.