Skip to content

Commit

Permalink
switch order to include frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryAtTruss committed Feb 14, 2024
1 parent ffef985 commit 95b49ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY ./public/ /app/public/
RUN yarn build

# Install only production deps this time
RUN yarn install --production --ignore-scripts --prefer-offline --frozen-lockfile
RUN yarn install --frozen-lockfile --production --ignore-scripts --prefer-offline

ENV NEXT_TELEMETRY_DISABLED 1

Expand Down

0 comments on commit 95b49ac

Please sign in to comment.