浏览代码

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