소스 검색

toegevoegd RUN voor aanmaken directory

Peter Oostenbach 10 년 전
부모
커밋
b77f62d909
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.