From 390e166a492b59d97615453d1d3dafc1e1accf2e Mon Sep 17 00:00:00 2001 From: tgs266 <siegel.tucker@gmail.com> Date: Fri, 24 Sep 2021 18:35:49 -0400 Subject: [PATCH] update dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee5e89e..deaf351 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 -- GitLab