diff --git a/Dockerfile b/Dockerfile index ee5e89e1880acae25978705f49a7267997e89781..deaf3518bf515c7bf29830470e42bcfb0851519c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,4 +15,4 @@ WORKDIR /app RUN go build -o main . ## Our start command which kicks off ## our newly created binary executable -CMD ["/app/main"] \ No newline at end of file +CMD ["/app/main -env=dev"] \ No newline at end of file