Merge branch 'gin' into 'master'

mode

See merge request root/esg_report_backend!10
This commit is contained in:
徐聿成 2021-11-25 05:48:27 +00:00
commit 4b39ed3d54
1 changed files with 1 additions and 1 deletions

View File

@ -8,4 +8,4 @@ RUN go mod tidy
RUN go build -o app .
WORKDIR /dist
EXPOSE 9090
CMD ["./esg_report_backend"]
CMD ["./webserver"]