|
@@ -12,6 +12,8 @@ ADD bin/battlecamp-go-server /go/bin/battlecamp-go-server
|
|
|
# either manually or with a tool like "godep".)
|
|
# either manually or with a tool like "godep".)
|
|
|
# RUN go install battlecamp-go-server
|
|
# RUN go install battlecamp-go-server
|
|
|
|
|
|
|
|
|
|
+RUN ["chown -R $HOST_UID:$HOST_GID /go/bin/battlecamp-go-server"]
|
|
|
|
|
+
|
|
|
# Run the battlecamp-go-server command by default when the container starts.
|
|
# Run the battlecamp-go-server command by default when the container starts.
|
|
|
ENTRYPOINT ["/go/bin/battlecamp-go-server"]
|
|
ENTRYPOINT ["/go/bin/battlecamp-go-server"]
|
|
|
|
|
|