Skip to content

Commit d493911

Browse files
authored
Update Dockerfile
1 parent 9ec003f commit d493911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: 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)