mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 10:44:13 +02:00
fix(build): add env variable for node production
This commit is contained in:
parent
7196637b8a
commit
d5a3562f4f
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user