diff --git a/Dockerfile b/Dockerfile index 5da36ae6..61cef944 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,9 @@ ENV LANG="C.UTF-8" \ NGINX_PORT=3000 \ MOVIEPILOT_AUTO_UPDATE=true \ MOVIEPILOT_AUTO_UPDATE_DEV=false \ - CONFIG_DIR="/config" + CONFIG_DIR="/config" \ + AUTH_SITE="iyuu" \ + IYUU_SIGN="" WORKDIR "/app" RUN apt-get update -y \ && apt-get -y install \