Skip to content

Commit

Permalink
Fix Web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
EstrellaXD committed May 13, 2023
1 parent 140b55b commit 87511c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 87511c3

Please sign in to comment.