This commit is contained in:
“dev”
2025-04-07 09:25:22 +08:00
parent 0c6c76c0c3
commit 9b08e49ba1
+1
View File
@@ -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"]