mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
fix dockerfile copy
This commit is contained in:
@@ -9,12 +9,11 @@ COPY requirements.txt .
|
|||||||
RUN pip install --upgrade pip wheel && \
|
RUN pip install --upgrade pip wheel && \
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
COPY requirements.txt .
|
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN python -m compileall .
|
RUN python -m compileall .
|
||||||
|
|
||||||
COPY . .
|
COPY src .
|
||||||
|
|
||||||
ENTRYPOINT ["python3", "-u", "main.py"]
|
ENTRYPOINT ["python3", "-u", "main.py"]
|
||||||
Reference in New Issue
Block a user