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
2017-10-30 23:05:06 -07:00

7 lines
215 B
Docker

# docker build --rm -f docker/ecr/Dockerfile -t plugins/ecr .
FROM plugins/docker:latest
ADD release/linux/amd64/drone-docker-ecr /bin/
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/drone-docker-ecr"]