0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00
wp-docker-buildx/docker/ecr/Dockerfile.linux.amd64

5 lines
138 B
Docker
Raw Normal View History

2017-08-27 21:27:28 +02:00
FROM plugins/docker:latest
2017-10-31 07:05:06 +01:00
ADD release/linux/amd64/drone-ecr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-ecr"]