This commit is contained in:
May B. 2022-11-02 10:59:50 +01:00
parent a9721d695c
commit 516d05132e

View File

@ -2,8 +2,8 @@ FROM python:3-alpine
ADD dst.py /
RUN pip install docker
RUN pip install docker six
VOLUME [ "/data" ]
CMD [ "python", "./dst.py" ]
CMD [ "python", "./dst.py" ]