This commit is contained in:
teddy
2025-05-23 17:10:24 +07:00
parent 0816fc5eb9
commit ba4ce4fca6

View File

@@ -9,6 +9,6 @@ RUN go mod download
RUN go build -o /email-notification RUN go build -o /email-notification
EXPOSE 3000 EXPOSE 3000
CMD [ "/email-notification" ] CMD [ "/email-notification" ]