Skip to content

Commit

Permalink
fix(dl): fix port in dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 15, 2023
1 parent 7b8a887 commit e77ffd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LABEL org.opencontainers.image.licenses="MIT"
LABEL org.opencontainers.image.source="https://github.com/PingCAP-QE/ee-apps"

COPY --from=builder --chown=root:root /app/server /app/server
EXPOSE 8080
ENTRYPOINT [ "/app/server" ]
EXPOSE 80
ENTRYPOINT [ "/app/server", "--domain=0.0.0.0:80" ]

0 comments on commit e77ffd0

Please sign in to comment.