fix dockerfile

This commit is contained in:
vvzvlad 2023-04-17 22:20:22 +07:00
parent 387658de91
commit 70c562b4e3

View File

@ -5,6 +5,5 @@ COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt
COPY mdns_search.py ./
COPY vestasync.py ./
COPY user_cmd.sh ./
COPY files files/
CMD ["python", "vestasync.py"]