Files
windmill/docker/DockerfileMultiplayer
T

8 lines
102 B
Plaintext

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