1.0.2
Some checks failed
deploy / deploy (push) Failing after 32s

This commit is contained in:
2024-02-05 14:49:38 +03:00
parent 0c484f71dc
commit 8940086e96
7 changed files with 291 additions and 21 deletions

View File

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