1
0
Fork 0
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:
Alex Tran 2022-07-13 08:35:52 -05:00
parent 229b009b7f
commit aa74417d11
No known key found for this signature in database
GPG key ID: E4954BC787B85C8A

View file

@ -21,6 +21,7 @@ EXPOSE 24678
CMD ["npm", "run", "dev"]
FROM base as prod
COPY --chown=node:node . .
ENV NODE_ENV=production