mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 22:20:18 +01:00
fixes #13, allows parameters after docker run command
This commit is contained in:
parent
f60b0ef80c
commit
83c7ef67ca
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ RUN go get ./
|
||||||
# build & install server
|
# build & install server
|
||||||
RUN go install .
|
RUN go install .
|
||||||
|
|
||||||
ENTRYPOINT /go/bin/app --port 8080
|
ENTRYPOINT ["/go/bin/app", "--port", "8080"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in a new issue