diff --git a/Dockerfile b/Dockerfile index d8e8d93..57dc7d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,4 @@ RUN go mod tidy RUN go build -o app . WORKDIR /dist EXPOSE 9090 -CMD ["./esg_report_backend"] \ No newline at end of file +CMD ["./webserver"] \ No newline at end of file