diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1d2cb98 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM reg.zknt.org/zknt/python + +COPY acmetopem.py /acmetopem.py + +ENTRYPOINT ["python3", "/acmetopem.py"]