Selaa lähdekoodia

changed dir at RUN command

Peter Oostenbach 10 vuotta sitten
vanhempi
commit
b4bd5f3e69
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Dockerfile-go-server

+ 1 - 1
Dockerfile-go-server

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