initial commit

This commit is contained in:
bniwredyc
2023-03-29 17:17:43 +02:00
commit cd8a761630
6 changed files with 206 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM node:18
EXPOSE 4242
RUN npm ci