port-4000-env
Some checks failed
CI/CD / test (push) Successful in 9s
CI/CD / deploy (push) Failing after 4s

This commit is contained in:
2024-02-17 15:20:43 +03:00
parent 07eff63836
commit bebfd46958
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
FROM node:alpine
EXPOSE 4242
EXPOSE 4000
COPY . .
RUN npm install
CMD npm start