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 31e4453 + 2c578d5 commit 4ce3593Copy full SHA for 4ce3593
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