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
2020-06-17 19:01:18 -04:00

7 lines
98 B
Docker

FROM docker:19.03
apk add bash
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]