This repository has been archived on 2024-07-25. You can view files and clone it, but cannot push or open issues or pull requests.
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