Merge branch 'gin' into 'master'

mode

See merge request root/esg_report_backend!3
This commit is contained in:
徐聿成 2021-11-25 02:46:25 +00:00
commit 576308b038
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"]