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 baf070e + 7a63739 commit 36a6809Copy full SHA for 36a6809
docker/production/app/Dockerfile
@@ -8,7 +8,7 @@ RUN apk add --update-cache postgresql-dev zlib build-base tzdata nodejs yarn
8
COPY Gemfile Gemfile.lock ./
9
RUN bundle install
10
COPY package.json yarn.lock ./
11
-RUN yarn install
+RUN yarn install --frozen-lockfile
12
13
ENV RAILS_ENV='' \
14
POSTGRES_HOST='' \
0 commit comments