add dockerfile
This commit is contained in:
parent
8a5dca6247
commit
2d250fa46d
1 changed files with 5 additions and 0 deletions
5
Dockerfile
Normal file
5
Dockerfile
Normal file
|
@ -0,0 +1,5 @@
|
|||
FROM reg.zknt.org/zknt/python
|
||||
|
||||
COPY acmetopem.py /acmetopem.py
|
||||
|
||||
ENTRYPOINT ["python3", "/acmetopem.py"]
|
Loading…
Reference in a new issue