This commit is contained in:
xuyucheng 2021-11-25 10:14:02 +08:00
parent f80b1e952a
commit 9eb14694a3
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@ RUN go build -o app .
WORKDIR /dist WORKDIR /dist
RUN cp /home/esg_report_backend RUN cp /home/esg_report_backend
EXPOSE 9090 EXPOSE 9090
ENTRYPOINT ["/dist/app"] ENTRYPOINT ["/dist/app"]