master
May B. 2022-11-02 10:59:50 +01:00
parent a9721d695c
commit 516d05132e
1 changed files with 2 additions and 2 deletions

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" ]