crdt-server/Dockerfile
bniwredyc 8f85b3fdba fix
2023-03-29 17:20:36 +02:00

5 lines
45 B
Docker

FROM node:18
EXPOSE 4242
COPY . .
RUN npm ci