Skip to content

Commit

Permalink
Merge pull request #2489 from zoelesv/master
Browse files Browse the repository at this point in the history
Update Dockerfile #2488
  • Loading branch information
rjzupkoii authored Oct 3, 2024
2 parents 9ec003f + d493911 commit a1a88b6
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

1 comment on commit a1a88b6

@APKWL
Copy link

@APKWL APKWL commented on a1a88b6 Oct 6, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi

Please sign in to comment.