debug: try another start container mode
Some checks failed
CI/CD / deploy (push) Failing after 15s
CI/CD / test (push) Successful in 9s

This commit is contained in:
Stepan Vladovskiy
2024-04-09 13:02:50 -03:00
parent 20c7e2a9bb
commit c50d74d38d
2 changed files with 2 additions and 2 deletions

View File

@@ -2,4 +2,4 @@ FROM node:alpine
EXPOSE 4000
COPY . .
RUN npm install
CMD npm start
CMD ["node", "./index.mjs"]