update docker

This commit is contained in:
Ludovic CANDELLIER
2024-01-22 22:14:36 +01:00
parent 116f289285
commit 8ceab7e9f5
12 changed files with 1097 additions and 653 deletions

7
docker/soketi/Dockerfile Executable file
View File

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