From 6ed02f103de33dce1032774fa4ddfbf973629d7c Mon Sep 17 00:00:00 2001 From: 100gle Date: Thu, 15 Jun 2023 21:23:33 +0800 Subject: [PATCH] chore: remove unused command --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c2e996b1..58a287a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,6 @@ RUN apk add --no-cache \ pip install --no-cache-dir -r requirements.txt && \ # Unzip WebUI \ unzip dist.zip && \ - mv dist templates && \ # Add user addgroup -S ab -g 911 && \ adduser -S ab -G ab -h /ab -s /bin/bash -u 911 && \