setup docker run action

This commit is contained in:
Abdud Dayan Adeeb
2020-06-17 18:47:31 -04:00
parent b5d56dc516
commit 7444b2b5ac
5 changed files with 81 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM docker:19.03
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]