Add lock file to docker copy to avoid accidental upgrades (#494)

This commit is contained in:
Alexey
2025-02-11 12:31:16 +03:00
committed by GitHub
parent 4c82c8bb12
commit 909473d9aa

View File

@@ -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 REACT_APP_TMDB_API_KEY=$REACT_APP_TMDB_API_KEY
ENV PUBLIC_URL=$PUBLIC_URL ENV PUBLIC_URL=$PUBLIC_URL
COPY ./web/package.json . COPY ./web/package.json ./web/yarn.lock ./
RUN yarn install RUN yarn install
# Build front once upon multiarch build # Build front once upon multiarch build