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.
1 parent 9ec003f commit d493911Copy full SHA for d493911
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