This repository has been archived on 2024-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
docker-run-action/Dockerfile

6 lines
84 B
Docker
Raw Normal View History

2020-06-18 00:47:31 +02:00
FROM docker:19.03
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]