docker_stack/Dockerfile

8 lines
104 B
Docker
Raw Normal View History

2022-06-06 16:46:25 +03:00
FROM docker:20.10.14-dind
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh