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 19a5998 commit 2750750Copy full SHA for 2750750
docker/7.0/Dockerfile
@@ -3,7 +3,6 @@ FROM ruby:3.1
3
RUN apt-get update -qq && apt-get install -y nodejs
4
5
COPY Gemfile /app/Gemfile
6
-COPY Gemfile.lock /app/Gemfile.lock
7
8
WORKDIR /app
9
0 commit comments