mirror of
https://github.com/vvzvlad/vestasync.git
synced 2024-12-26 04:01:00 +03:00
fix dockerfile
This commit is contained in:
parent
387658de91
commit
70c562b4e3
@ -5,6 +5,5 @@ COPY requirements.txt ./
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY mdns_search.py ./
|
COPY mdns_search.py ./
|
||||||
COPY vestasync.py ./
|
COPY vestasync.py ./
|
||||||
COPY user_cmd.sh ./
|
|
||||||
COPY files files/
|
COPY files files/
|
||||||
CMD ["python", "vestasync.py"]
|
CMD ["python", "vestasync.py"]
|
||||||
|
Loading…
Reference in New Issue
Block a user