Skip to content

Commit

Permalink
Add missing --frozen-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
thenav56 committed Oct 31, 2024
1 parent 45dca3e commit 49a6f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-serve/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FROM runtime AS nginx-build
# COPY app/package.json /code/app/
COPY . /code

RUN yarn install --network-concurrency 2
RUN yarn install --frozen-lockfile --network-concurrency 2

# Dynamic configs. Can be changed with containers. (Placeholder values)
ENV APP_TITLE=APP_TITLE_PLACEHOLDER
Expand Down

0 comments on commit 49a6f01

Please sign in to comment.