mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
apphub
This commit is contained in:
parent
1d4f25c5e5
commit
d61d20e637
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user