Added action code

This commit is contained in:
2019-11-14 23:55:03 +01:00
parent 849114c2e0
commit 57240f587f
3 changed files with 91 additions and 0 deletions

3
Dockerfile Normal file
View File

@@ -0,0 +1,3 @@
FROM python:3
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]