소스 검색

Toevoegen ENV var om rechten toe te kennen aan bamboo user.

Peter Oostenbach 10 년 전
부모
커밋
a586a256b1
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile-go-server

+ 2 - 0
Dockerfile-go-server

@@ -2,6 +2,8 @@
 # and a workspace (GOPATH) configured at /go.
 FROM buildpack-deps:jessie-scm
 
+ENV HOST_UID=$UID HOST_GID=$GID
+
 # Copy the local package files to the container's workspace.
 ADD bin/battlecamp-go-server /go/bin/battlecamp-go-server