diff --git a/Dockerfile b/Dockerfile index 65a3131..bcd8c24 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,4 @@ RUN go build -o /email-notification EXPOSE 3000 -CMD [ "./email-notification" ] \ No newline at end of file +CMD [ "/email-notification" ] \ No newline at end of file