mirror of
https://github.com/thegeeklab/drone-docker-buildx.git
synced 2024-10-31 18:10:39 +00:00
Update Dockerfile
This commit is contained in:
parent
b40cd1459e
commit
d8a4f1610f
@ -4,6 +4,6 @@
|
||||
|
||||
FROM rancher/docker:v1.10.2
|
||||
|
||||
ADD drone-docker /go/bin/
|
||||
ADD drone-docker /usr/bin/
|
||||
VOLUME /var/lib/docker
|
||||
ENTRYPOINT ["/usr/bin/dockerlaunch", "/go/bin/drone-docker"]
|
||||
ENTRYPOINT ["/usr/bin/dockerlaunch", "/usr/bin/drone-docker"]
|
||||
|
Loading…
Reference in New Issue
Block a user