mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00: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