We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c150ad0 + 9c88282 commit c5244ffCopy full SHA for c5244ff
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