mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
@@ -2,17 +2,18 @@
|
||||
|
||||
FROM python:3.11-alpine
|
||||
|
||||
ENV PIP_NO_CACHE_DIR=off iSPBTV_docker=True TERM=xterm-256color COLORTERM=truecolor
|
||||
ENV PIP_NO_CACHE_DIR=off iSPBTV_docker=True iSPBTV_data_dir=data TERM=xterm-256color COLORTERM=truecolor
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
RUN pip install --upgrade pip wheel && \
|
||||
pip install -r requirements.txt
|
||||
|
||||
COPY requirements.txt .
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
RUN python -m compileall
|
||||
|
||||
COPY src .
|
||||
|
||||
ENTRYPOINT ["python3", "-u", "main.py"]
|
||||
Reference in New Issue
Block a user