From 3fe107b2991399a3ea0c446cf579e977b75817dd Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Sun, 25 Jul 2021 20:56:56 +0300 Subject: set AUDIO_DOWNLOAD_DIR to the value if DOWNLOAD_DIR if it wasn't overriden in the environment --- Dockerfile | 1 - 1 file changed, 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 1f19971..7c8aa5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] -- cgit