mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-09 20:12:26 +10:00
- implement disable_email_auth env var
- add sync crowdin translations github action
This commit is contained in:
@ -33,6 +33,9 @@ COPY --chown=node:node --from=build /app/dist ./dist
|
||||
COPY --chown=node:node --from=build /app/tools/prisma ./tools/prisma
|
||||
RUN pnpm run prisma:generate
|
||||
|
||||
ENV TZ=UTC
|
||||
ENV NODE_ENV=production
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "dumb-init", "pnpm", "run", "start" ]
|
||||
|
||||
Reference in New Issue
Block a user