mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 04:40:51 +03:00
move directories and data path
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
FROM python:alpine3.11
|
||||
|
||||
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 .
|
||||
|
||||
@@ -13,6 +13,8 @@ COPY requirements.txt .
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN python -m compileall .
|
||||
|
||||
COPY . .
|
||||
|
||||
ENTRYPOINT ["python3", "-u", "main.py"]
|
||||
Reference in New Issue
Block a user