acmetopem/Dockerfile

6 lines
104 B
Docker
Raw Normal View History

2019-11-15 12:57:19 +00:00
FROM reg.zknt.org/zknt/python
COPY acmetopem.py /acmetopem.py
ENTRYPOINT ["python3", "/acmetopem.py"]