代码清理

This commit is contained in:
2025-02-25 15:56:33 +08:00
parent 9a8680a221
commit 884faae5ba
9 changed files with 32 additions and 59 deletions

View File

@@ -5,6 +5,7 @@ WORKDIR /app
COPY ./bin/proxy_server_linux_amd64 /app/proxy
RUN chmod +x /app/proxy
EXPOSE $PORT
EXPOSE $APP_CTRL_PORT
EXPOSE $APP_PROXY_PORT
CMD ["/app/proxy"]