docker_stack/Dockerfile

8 lines
102 B
Docker

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