mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 12:50:52 +03:00
copy every .py file to docker image
This commit is contained in:
@@ -19,6 +19,6 @@ COPY requirements.txt .
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY main.py .
|
||||
COPY *.py .
|
||||
|
||||
ENTRYPOINT ["/opt/venv/bin/python3", "-u", "main.py"]
|
||||
|
||||
Reference in New Issue
Block a user