mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 02:54:15 +00:00
added node env
This commit is contained in:
parent
b6b51e5d7f
commit
43ba86986a
@ -16,4 +16,4 @@ RUN chmod -R 777 /home/node/app
|
||||
RUN npm install
|
||||
RUN npm run build
|
||||
|
||||
CMD ["node", "/home/node/app/dist/index.js"]
|
||||
CMD ["NODE_ENV=production", "node", "/home/node/app/dist/index.js"]
|
Loading…
x
Reference in New Issue
Block a user