Skip to content
Snippets Groups Projects
Commit 390e166a authored by tgs266's avatar tgs266
Browse files

update dockerfile

parent 481f49e3
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment