This commit is contained in:
bniwredyc 2023-03-29 17:20:36 +02:00
parent cd8a761630
commit 8f85b3fdba

View File

@ -1,3 +1,4 @@
FROM node:18
EXPOSE 4242
COPY . .
RUN npm ci