remove EXPOSE directive from Dockerfile
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 49s
All checks were successful
Build and Push Container Image / build-and-push-and-deploy (push) Successful in 49s
This commit is contained in:
@ -18,8 +18,6 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY --from=builder /app/main /app/main
|
COPY --from=builder /app/main /app/main
|
||||||
|
|
||||||
EXPOSE 8888
|
|
||||||
|
|
||||||
RUN chmod +x ./main
|
RUN chmod +x ./main
|
||||||
|
|
||||||
ENTRYPOINT ["./main"]
|
ENTRYPOINT ["./main"]
|
Reference in New Issue
Block a user