refactor: 端口调整

This commit is contained in:
tbphp
2025-07-14 14:08:05 +08:00
parent a0b1223818
commit 2fdd963613
7 changed files with 8 additions and 8 deletions

View File

@@ -32,5 +32,5 @@ RUN apk upgrade --no-cache \
&& update-ca-certificates
COPY --from=builder2 /build/gpt-load .
EXPOSE 3000
EXPOSE 3001
ENTRYPOINT ["/app/gpt-load"]