Merge pull request #3 from tmpMeM/main

remove port
This commit is contained in:
dbidib
2025-02-13 23:23:24 +08:00
committed by GitHub
-1
View File
@@ -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"]