Files
docker-run-action/Dockerfile
T

6 lines
84 B
Docker

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