docker_stack/Dockerfile

8 lines
102 B
Docker
Raw Normal View History

2023-03-10 18:16:31 +03:00
FROM docker:23.0.1-dind
2022-06-06 16:46:25 +03:00
COPY entrypoint.sh /
RUN chmod +x /entrypoint.sh
ENTRYPOINT /entrypoint.sh