docker_stack/Dockerfile

8 lines
104 B
Docker

FROM docker:20.10.14-dind
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh