Fix Dockerfile

This commit is contained in:
EstrellaXD
2023-03-06 14:29:27 +08:00
parent 86ee7091f4
commit db38f7d919

View File

@@ -36,8 +36,7 @@ RUN addgroup -S auto_bangumi -g 1000 && \
mkdir -p "/config" && \
mkdir -p "/data" && \
chmod a+x \
run.sh \
setID.sh
run.sh
EXPOSE 7892