Skip to content

Commit

Permalink
Add lock file to docker copy to avoid accidental upgrades (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhvcc authored Feb 11, 2025
1 parent 4c82c8b commit 909473d
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 @@ -11,7 +11,7 @@ ENV REACT_APP_SERVER_HOST=$REACT_APP_SERVER_HOST
ENV REACT_APP_TMDB_API_KEY=$REACT_APP_TMDB_API_KEY
ENV PUBLIC_URL=$PUBLIC_URL

COPY ./web/package.json .
COPY ./web/package.json ./web/yarn.lock ./
RUN yarn install

# Build front once upon multiarch build
Expand Down

0 comments on commit 909473d

Please sign in to comment.