Skip to content
Browse files

fixes #13, allows parameters after docker run command

1 parent f60b0ef commit 83c7ef67ca27e210178ca0fce1c2d851d53b98b3 @nl5887 nl5887 committed
Showing with 1 addition and 1 deletion.
  1. +1 −1 Dockerfile
View
2 Dockerfile
@@ -13,6 +13,6 @@ RUN go get ./
# build & install server
RUN go install .
-ENTRYPOINT /go/bin/app --port 8080
+ENTRYPOINT ["/go/bin/app", "--port", "8080"]
EXPOSE 8080

0 comments on commit 83c7ef6

Please sign in to comment.
Something went wrong with that request. Please try again.