This commit is contained in:
Lukian 2023-06-06 17:37:44 +02:00
parent 03c833d26b
commit c86982ef26
8 changed files with 152 additions and 16 deletions

4
Dockerfile Normal file
View file

@ -0,0 +1,4 @@
FROM node:latest
WORKDIR /app
COPY . /app
CMD ["bash", "start.sh"]