Explorar el Código

toegevoegd RUN voor aanmaken directory

Peter Oostenbach hace 10 años
padre
commit
b77f62d909
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      Dockerfile-go-server

+ 1 - 0
Dockerfile-go-server

@@ -12,6 +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 ["mkdir /go"]
 RUN ["chown -R $HOST_UID:$HOST_GID /go"]
 
 # Run the battlecamp-go-server command by default when the container starts.