From d61d20e637ad5d12550710582d6ee762b0503802 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 19 Sep 2023 19:42:44 +0800 Subject: [PATCH] apphub --- docker/w9apphub/Dockerfile | 1 - docker/w9apphub/config/entrypoint.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docker/w9apphub/Dockerfile b/docker/w9apphub/Dockerfile index c9e6c1c5..d18631ce 100644 --- a/docker/w9apphub/Dockerfile +++ b/docker/w9apphub/Dockerfile @@ -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 diff --git a/docker/w9apphub/config/entrypoint.sh b/docker/w9apphub/config/entrypoint.sh index 705032d2..6473256e 100644 --- a/docker/w9apphub/config/entrypoint.sh +++ b/docker/w9apphub/config/entrypoint.sh @@ -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