remove EXPOSE directive from Dockerfile
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 49s

This commit is contained in:
2025-06-16 15:52:43 +08:00
parent a94e072c87
commit 58c1d19469

View File

@ -18,8 +18,6 @@ WORKDIR /app
COPY --from=builder /app/main /app/main
EXPOSE 8888
RUN chmod +x ./main
ENTRYPOINT ["./main"]