mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 14:52:58 +00:00
build: allinone打包
This commit is contained in:
parent
754095b6b7
commit
bc3b5a3409
|
|
@ -4,7 +4,7 @@
|
|||
docker-entrypoint.sh postgres &
|
||||
|
||||
# Wait postgress
|
||||
until pg_isready --host=3333; do sleep 1 && echo "waiting for postgres"; done
|
||||
until pg_isready --host=127.0.0.1; do sleep 1 && echo "waiting for postgres"; done
|
||||
|
||||
# Start MaxKB
|
||||
python /opt/maxkb/app/main.py start &
|
||||
|
|
|
|||
Loading…
Reference in New Issue