fix dockerfile

This commit is contained in:
jxxghp
2024-11-24 18:14:09 +08:00
parent 7f83d56a7e
commit 11115d50fb
+1 -4
View File
@@ -10,10 +10,7 @@ ENV LANG="C.UTF-8" \
UMASK=000 \ UMASK=000 \
PORT=3001 \ PORT=3001 \
NGINX_PORT=3000 \ NGINX_PORT=3000 \
PROXY_HOST="" \ MOVIEPILOT_AUTO_UPDATE=release
MOVIEPILOT_AUTO_UPDATE=false \
AUTH_SITE="iyuu" \
IYUU_SIGN=""
WORKDIR "/app" WORKDIR "/app"
RUN apt-get update -y \ RUN apt-get update -y \
&& apt-get upgrade -y \ && apt-get upgrade -y \