This commit is contained in:
qiaofeng1227 2023-10-24 16:14:51 +08:00
parent 3ef62cf0d9
commit a9f88a5812
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>"
LABEL version="0.0.6-rc1"
LABEL version="0.0.6-rc2"
ENV LIBRARY_VERSION=v0.5.8
ENV MEDIA_VERSION=0.0.3

View file

@ -42,7 +42,7 @@ else
fi
create_apikey() {
# 容器第一次启动时不管apikey是否为空调用apphub genkey
if [ ! -f /websoft9/apphub/src/config/initialized ] || [ -z "$(apphub getkey)" ]; then
echo "Create new apikey"
apphub genkey