From 9b08e49ba1848f4b508eb47db2d52bbcfa39b73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cdev=E2=80=9D?= Date: Mon, 7 Apr 2025 09:25:22 +0800 Subject: [PATCH] debug --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 5aa72cf..493e365 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,5 +17,6 @@ WORKDIR /app COPY --from=builder /app/static /app/static COPY --from=builder /app/static /static COPY --from=builder /app/epusdt . +VOLUME /app/conf ENTRYPOINT ["./epusdt" ,"http","start"]