add dockerfile

This commit is contained in:
chris 2019-11-15 13:57:19 +01:00
parent 8a5dca6247
commit 2d250fa46d
1 changed files with 5 additions and 0 deletions

5
Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM reg.zknt.org/zknt/python
COPY acmetopem.py /acmetopem.py
ENTRYPOINT ["python3", "/acmetopem.py"]