Files
opensem/docker/soketi/Dockerfile
Ludovic CANDELLIER 2eea4ec73d update docker
2024-01-22 22:14:36 +01:00

8 lines
153 B
Docker
Executable File

FROM quay.io/soketi/soketi:latest
LABEL maintainer="WuweiMing <wwm041544363@gmail.com>"
CMD ["node /app/bin/server.js start"]
EXPOSE 6001 9601