mirror of
https://github.com/immich-app/immich.git
synced 2025-01-27 22:22:45 +01:00
Fixed web production build
This commit is contained in:
parent
229b009b7f
commit
aa74417d11
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ EXPOSE 24678
|
||||||
CMD ["npm", "run", "dev"]
|
CMD ["npm", "run", "dev"]
|
||||||
|
|
||||||
FROM base as prod
|
FROM base as prod
|
||||||
|
COPY --chown=node:node . .
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue