Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Watch
54
Star
1,881
Fork
104
dutchcoders
/
transfer.sh
Code
Issues
25
Pull requests
6
Pulse
Graphs
Permalink
Browse files
fixes
#13
, allows parameters after docker run command
master
1 parent
f60b0ef
commit
83c7ef67ca27e210178ca0fce1c2d851d53b98b3
nl5887
committed
Dec 8, 2014
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
Dockerfile
Show notes
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
Toggle all file notes
0 comments on commit
83c7ef6
Please
sign in
to comment.
Something went wrong with that request. Please try again.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
83c7ef6