Skip to content

Commit

Permalink
fix: entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
simon-ding committed Jul 22, 2024
1 parent ee23b75 commit 03a3bf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ RUN apt-get update && apt-get -y install ca-certificates
# 将上一个阶段publish文件夹下的所有文件复制进来
COPY --from=builder /app/polaris .

EXPOSE 8080
EXPOSE 8080

ENTRYPOINT ["./polaris"]

0 comments on commit 03a3bf6

Please sign in to comment.