mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 22:16:09 +05:00
Add lock file to docker copy to avoid accidental upgrades (#494)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user