This commit is contained in:
qiaofeng1227 2023-09-19 19:42:44 +08:00
parent 1d4f25c5e5
commit d61d20e637
2 changed files with 1 additions and 2 deletions

View file

@ -15,7 +15,6 @@ RUN wget https://github.com/Websoft9/docker-library/archive/refs/tags/$LIBRARY_V
mv -f plugin-appstore/data ./media && \
git clone --depth=1 https://github.com/Websoft9/websoft9
FROM python:3.10-slim-bullseye
WORKDIR /websoft9

View file

@ -15,7 +15,7 @@ check_file_exists() {
fi
sleep 2
if ((i==max_attempts)); then
echo "$file_path is not exists, timeout."
echo "$file_path is not exists, app may be work normally."
break
fi
done