mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
rc
This commit is contained in:
parent
3ef62cf0d9
commit
a9f88a5812
@ -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 New Issue
Block a user