5 lines
104 B
Docker
5 lines
104 B
Docker
FROM reg.zknt.org/zknt/python
|
|
|
|
COPY acmetopem.py /acmetopem.py
|
|
|
|
ENTRYPOINT ["python3", "/acmetopem.py"]
|