This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
drone-cli
Watch
1
Star
0
Fork
0
You've already forked drone-cli
mirror of
https://github.com/drone/drone-cli.git
synced
2024-11-23 01:11:57 +01:00
Code
Issues
0bee92bd47
drone-cli
/
Dockerfile
6 lines
85 B
Docker
Raw
Normal View
History
Unescape
Escape
publish docker image
2017-09-13 00:28:13 +02:00
FROM
drone/ca-certs
use COPY instead of ADD
2018-02-20 20:16:06 +01:00
COPY
release/linux/amd64/drone /bin/
publish docker image
2017-09-13 00:28:13 +02:00
ENTRYPOINT
[
"/bin/drone"
]
Copy Permalink