This commit is contained in:
xuyucheng 2021-11-25 13:48:02 +08:00
parent bfff5ce279
commit 8ce5c37708
1 changed files with 1 additions and 1 deletions

View File

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