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

fix dockerfiles

parent b9c994a9
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 -env=dev"]
\ No newline at end of file
CMD ["/app/main", "-env=dev"]
......@@ -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 -env=prod"]
\ No newline at end of file
CMD ["/app/main", "-env=prod"]
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