mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-20 19:48:56 +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
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
RUN chown node:node /opt/app/
|
||||
|
||||
USER node
|
||||
|
||||
Reference in New Issue
Block a user