Fix Web UI

This commit is contained in:
EstrellaXD
2023-05-13 10:25:19 +08:00
parent 140b55bdf8
commit 87511c391b

View File

@@ -26,7 +26,7 @@ RUN apk add --no-cache \
python3 -m pip install --upgrade pip && \
pip install --no-cache-dir -r requirements.txt && \
# Download WebUI
curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/latest/download/dist.zip" | busybox unzip -q -d /app - && \
curl -sL "https://github.com/Rewrite0/Auto_Bangumi_WebUI/releases/download/v1.2.0/dist.zip" | busybox unzip -q -d /app - && \
mv /app/dist /app/templates && \
# Add user
addgroup -S ab -g 911 && \