diff options
author | Alex Shnitman <alexta69@gmail.com> | 2021-07-25 20:56:56 +0300 |
---|---|---|
committer | Alex Shnitman <alexta69@gmail.com> | 2021-07-25 21:22:20 +0300 |
commit | 3fe107b2991399a3ea0c446cf579e977b75817dd (patch) | |
tree | 86904ea2cedc183386c6a24be689c45912fb39aa /Dockerfile | |
parent | Add AUDIO_DOWNLOAD_DIR option (diff) | |
download | metube-3fe107b2991399a3ea0c446cf579e977b75817dd.tar.gz metube-3fe107b2991399a3ea0c446cf579e977b75817dd.tar.bz2 metube-3fe107b2991399a3ea0c446cf579e977b75817dd.zip |
set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden in the environment
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 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"]
|