crdt-server/Dockerfile
bniwredyc 4fd061f4f6 fix
2023-03-29 17:23:55 +02:00

5 lines
50 B
Docker

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