mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: warning when building web (#5680)
This commit is contained in:
parent
e5e6fcc46d
commit
f13dce7d0d
2 changed files with 3 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ COPY --from=dev /usr/src/app/node_modules/@img ./node_modules/@img
|
|||
FROM node:iron-alpine3.18 as web
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY web/package.json web/package-lock.json ./
|
||||
COPY web/package*.json web/svelte.config.js .
|
||||
RUN npm ci
|
||||
COPY web .
|
||||
RUN npm run build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue