FROM quay.io/soketi/soketi:latest

LABEL maintainer="WuweiMing <wwm041544363@gmail.com>"

CMD ["node /app/bin/server.js start"]

EXPOSE 6001 9601