Files
windmill/docker/DockerfileMultiplayer
2023-05-30 17:42:27 +02:00

8 lines
102 B
Plaintext

FROM node:slim
EXPOSE 3002
ENV PORT 3002
RUN npm install -g y-websocket
CMD ["npx", "y-websocket"]