This commit is contained in:
bniwredyc 2023-03-29 17:23:55 +02:00
parent 8f85b3fdba
commit 4fd061f4f6

View File

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