Skip to content

Commit a1a88b6

Browse files
authored
Merge pull request academicpages#2489 from zoelesv/master
Update Dockerfile academicpages#2488
2 parents 9ec003f + d493911 commit a1a88b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
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)