Skip to content

Commit

Permalink
Merge pull request academicpages#2489 from zoelesv/master
Browse files Browse the repository at this point in the history
Update Dockerfile academicpages#2488
  • Loading branch information
rjzupkoii authored Oct 3, 2024
2 parents 6e62c39 + 001a916 commit 946f46f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y \
# Set the working directory inside the container
WORKDIR /usr/src/app

# Copy Gemfile and Gemfile.lock into the container (necessary for `bundle install`)
COPY Gemfile Gemfile.lock ./
# Copy Gemfile into the container (necessary for `bundle install`)
COPY Gemfile ./

# Install bundler and dependencies
RUN gem install bundler:2.3.26 && bundle install
Expand Down

0 comments on commit 946f46f

Please sign in to comment.