From a68e79fee7f944bd74fbbcf7590452c38e332e0b Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Tue, 12 Mar 2024 17:07:55 +0800 Subject: [PATCH] add appkey=blank --- apphub/src/config/system.ini | 2 +- docker/apphub/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apphub/src/config/system.ini b/apphub/src/config/system.ini index f9061131..49d615f6 100755 --- a/apphub/src/config/system.ini +++ b/apphub/src/config/system.ini @@ -5,4 +5,4 @@ path = /websoft9/library/apps path = /websoft9/media/json/ [apps_default] -keys = wordpress \ No newline at end of file +keys = \ No newline at end of file diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 76c67830..cbac2a6a 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -1,6 +1,6 @@ # This file can running at actions # MEDIA_VERSION and LIBRARY_VERSION will trigger its release -# modify time: 202403121648, you can modify here to trigger Docker Build action +# modify time: 202403121706, you can modify here to trigger Docker Build action FROM python:3.10-slim-bullseye