From 84fc330ce1df5f81e3e54da0315b99e8e49565a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdev=E2=80=9D?= Date: Thu, 13 Feb 2025 23:21:47 +0800 Subject: [PATCH] remove port --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd0c758..5aa72cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,6 +17,5 @@ WORKDIR /app COPY --from=builder /app/static /app/static COPY --from=builder /app/static /static COPY --from=builder /app/epusdt . -EXPOSE 8000 ENTRYPOINT ["./epusdt" ,"http","start"]