We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ec003f + d493911 commit a1a88b6Copy full SHA for a1a88b6
Dockerfile
@@ -10,8 +10,8 @@ RUN apt-get update && apt-get install -y \
10
# Set the working directory inside the container
11
WORKDIR /usr/src/app
12
13
-# Copy Gemfile and Gemfile.lock into the container (necessary for `bundle install`)
14
-COPY Gemfile Gemfile.lock ./
+# Copy Gemfile into the container (necessary for `bundle install`)
+COPY Gemfile ./
15
16
# Install bundler and dependencies
17
RUN gem install bundler:2.3.26 && bundle install
0 commit comments