Skip to content
Snippets Groups Projects
Commit d60abe1f authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Improved dockerfile

parent c16fac96
Branches
No related tags found
No related merge requests found
...@@ -11,4 +11,4 @@ COPY . . ...@@ -11,4 +11,4 @@ COPY . .
RUN glide install RUN glide install
RUN go build -a app . RUN go build -a app .
CMD ["./app"] ENTRYPOINT ["./app"]
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment