diff --git a/Dockerfile b/Dockerfile index f4982cb..090e552 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file