aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 3571da0..64c3cea 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,5 +26,6 @@ COPY --from=builder /metube/dist/metube ./ui/dist/metube
ENV DOWNLOAD_DIR /downloads
VOLUME /downloads
+VOLUME /queue
EXPOSE 8081
CMD ["python3", "app/main.py"]
bgstack15