Skip to content

Commit 4ce3593

Browse files
authored
Merge pull request academicpages#2489 from zoelesv/master
Update Dockerfile academicpages#2488
2 parents 31e4453 + 2c578d5 commit 4ce3593

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y \
1010
# Set the working directory inside the container
1111
WORKDIR /usr/src/app
1212

13-
# Copy Gemfile and Gemfile.lock into the container (necessary for `bundle install`)
14-
COPY Gemfile Gemfile.lock ./
13+
# Copy Gemfile into the container (necessary for `bundle install`)
14+
COPY Gemfile ./
1515

1616
# Install bundler and dependencies
1717
RUN gem install bundler:2.3.26 && bundle install

0 commit comments

Comments
 (0)