remove port

This commit is contained in:
“dev”
2025-02-13 23:21:47 +08:00
parent 1697b6f410
commit 84fc330ce1
-1
View File
@@ -17,6 +17,5 @@ WORKDIR /app
COPY --from=builder /app/static /app/static COPY --from=builder /app/static /app/static
COPY --from=builder /app/static /static COPY --from=builder /app/static /static
COPY --from=builder /app/epusdt . COPY --from=builder /app/epusdt .
EXPOSE 8000
ENTRYPOINT ["./epusdt" ,"http","start"] ENTRYPOINT ["./epusdt" ,"http","start"]