Skip to content

Commit 36a6809

Browse files
authored
Merge pull request #616 from SMores/frozen-lockfile
Install yarn packages with frozen lockfile
2 parents baf070e + 7a63739 commit 36a6809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/production/app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN apk add --update-cache postgresql-dev zlib build-base tzdata nodejs yarn
88
COPY Gemfile Gemfile.lock ./
99
RUN bundle install
1010
COPY package.json yarn.lock ./
11-
RUN yarn install
11+
RUN yarn install --frozen-lockfile
1212

1313
ENV RAILS_ENV='' \
1414
POSTGRES_HOST='' \

0 commit comments

Comments
 (0)