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
Dmitriy Pleshevskiy 9986a7b5c3
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
use latest docker dind image
2023-03-10 18:16:31 +03:00

8 lines
102 B
Docker

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