From 298df1fbf822f638e5f8da5922e60494850607c8 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 8 Jun 2023 17:38:04 +0800 Subject: [PATCH] fix Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 1285314d..94d51631 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,7 @@ ENV LANG="C.UTF-8" \ CONFIG_DIR="/config" \ API_TOKEN="moviepilot" \ LIBRARY_PATH="" \ + DOWNLOAD_PATH="/downloads" \ SUPERUSER="admin" \ SUPERUSER_PASSWORD="password" \ SEARCH_SOURCE="themoviedb" \