Merge pull request #4 from tmpMeM/main

debug
This commit is contained in:
dbidib
2025-04-07 09:26:46 +08:00
committed by GitHub
+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"]