change default path of queue persistence files (closes #110)

This commit is contained in:
Alex Shnitman 2022-01-26 08:25:53 +02:00
parent 47da14781b
commit 7b94a4fabd
3 changed files with 7 additions and 6 deletions

View file

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