diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,8 @@ COPY app ./app COPY --from=builder /metube/dist/metube ./ui/dist/metube
ENV DOWNLOAD_DIR /downloads
+ENV STATE_DIR /state
VOLUME /downloads
+VOLUME /state
EXPOSE 8081
CMD ["python3", "app/main.py"]
|