Added Env-Var for State-Directory

This commit is contained in:
Erazor2 2022-01-17 18:47:32 +00:00
parent d07d799e17
commit 1ebf1da076
4 changed files with 6 additions and 3 deletions

View file

@ -25,7 +25,8 @@ COPY app ./app
COPY --from=builder /metube/dist/metube ./ui/dist/metube
ENV DOWNLOAD_DIR /downloads
ENV STATE_DIR /state
VOLUME /downloads
VOLUME /queue
VOLUME /state
EXPOSE 8081
CMD ["python3", "app/main.py"]