1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-03 13:10:04 +00:00

chore: readme updated

This commit is contained in:
Saad Jutt
2021-11-15 04:49:29 +05:00
parent 4a363c5b97
commit 8a6e8f54f1
4 changed files with 91 additions and 12 deletions

View File

@@ -7,4 +7,4 @@ RUN cd api && npm ci --silent
# RUN chown -R node /usr/server/api
# USER node
WORKDIR /usr/server/api
CMD ["npm","run","start"]
CMD ["npm","run","start:prod"]