acmetopem/Dockerfile

6 lines
104 B
Docker

FROM reg.zknt.org/zknt/python
COPY acmetopem.py /acmetopem.py
ENTRYPOINT ["python3", "/acmetopem.py"]