mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 17:10:27 +00:00
rc
This commit is contained in:
parent
3ef62cf0d9
commit
a9f88a5812
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue