fixed default env setup

This commit is contained in:
Brad Rydzewski
2015-09-04 00:41:48 -07:00
parent d29a26fa53
commit 6b9c6a1b94
2 changed files with 2 additions and 3 deletions

View File

@@ -5,5 +5,5 @@
FROM rancher/docker
ADD drone-docker /go/bin/
VOLUME /var/lib/docker
ENTRYPOINT ["/go/bin/drone-docker"]