This commit is contained in:
xuyucheng 2021-11-25 10:46:03 +08:00
parent ae91d8a22f
commit 783d8ee403
1 changed files with 1 additions and 1 deletions

View File

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