Skip to content

Commit d49ffa4

Browse files
Remove /home/go from volume instruction.
1 parent 2f9f528 commit d49ffa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ LABEL gocd.version=${GOCD_VERSION} \
2828
ADD ${DOWNLOAD_URL} /tmp/go-server.zip
2929

3030
# allow mounting ssh keys, dotfiles, and the go server config and data
31-
VOLUME /home/go /godata
31+
VOLUME /godata
3232

3333
# the ports that go server runs on
3434
EXPOSE 8153 8154

0 commit comments

Comments
 (0)