mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-11-29 09:18:28 +01:00
fix(build): add env variable for node production
This commit is contained in:
@@ -15,6 +15,8 @@ RUN npx prisma generate
|
|||||||
|
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
ENV NODE_ENV=production
|
||||||
|
|
||||||
RUN chown node:node /opt/app/
|
RUN chown node:node /opt/app/
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|||||||
Reference in New Issue
Block a user