fixed a docker issue updated the README

This commit is contained in:
QkoSad
2024-09-30 21:26:58 +03:00
parent da43bec842
commit 27c1741bc0
15 changed files with 76 additions and 139 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
FROM node:20
WORKDIR /usr/src/app
COPY --chown=node:node . .
@@ -10,4 +10,4 @@ ENV DEBUG=express:*
USER node
CMD npm start server
CMD npm run server