mirror of
https://github.com/immich-app/immich.git
synced 2025-01-16 00:36:47 +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"]
|
||||
|
||||
FROM base as prod
|
||||
COPY --chown=node:node . .
|
||||
ENV NODE_ENV=production
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue