mirror of
https://github.com/chibicitiberiu/ytsm.git
synced 2024-02-24 05:43:31 +00:00
Updated dockerfile with renamed env variable (YTSM_DATA_DIR).
This commit is contained in:
parent
0fce462818
commit
700fe2add0
@ -10,13 +10,14 @@ COPY ./requirements.txt ./
|
|||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
ENV YTSM_DEBUG='False'
|
ENV YTSM_DEBUG='False'
|
||||||
ENV YTSM_DATA_PATH='/usr/src/ytsm/data'
|
ENV YTSM_DATA_DIR='/usr/src/ytsm/data'
|
||||||
|
|
||||||
VOLUME /usr/src/ytsm/config
|
VOLUME /usr/src/ytsm/config
|
||||||
VOLUME /usr/src/ytsm/data
|
VOLUME /usr/src/ytsm/data
|
||||||
VOLUME /usr/src/ytsm/download
|
VOLUME /usr/src/ytsm/download
|
||||||
|
|
||||||
COPY ./app/ ./
|
COPY ./app/ ./
|
||||||
|
COPY ./config/ ./
|
||||||
COPY ./docker/init.sh ./
|
COPY ./docker/init.sh ./
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
Loading…
Reference in New Issue
Block a user