mirror of
https://github.com/alexta69/metube.git
synced 2025-04-04 04:37:39 +03:00
set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden in the environment
This commit is contained in:
parent
dabaae58e2
commit
3fe107b299
3 changed files with 5 additions and 3 deletions
|
@ -25,7 +25,6 @@ COPY app ./app
|
|||
COPY --from=builder /metube/dist/metube ./ui/dist/metube
|
||||
|
||||
ENV DOWNLOAD_DIR /downloads
|
||||
ENV AUDIO_DOWNLOAD_DIR /downloads
|
||||
VOLUME /downloads
|
||||
EXPOSE 8081
|
||||
CMD ["python3", "app/main.py"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue