优化配置

This commit is contained in:
qiyunfanbo126.com 2025-01-17 21:03:14 +08:00
parent 3aa086f9bb
commit 0161a8f9e0
1 changed files with 2 additions and 1 deletions

View File

@ -9,4 +9,5 @@ COPY ./server /app
COPY ./.env /app/.env
EXPOSE 8000
CMD ["./server"]
CMD ["/app/server","-a","mq"]