build: allinone打包

v3.2
liqiang-fit2cloud 2024-03-15 11:05:11 +08:00
parent 754095b6b7
commit bc3b5a3409
1 changed files with 1 additions and 1 deletions

View File

@ -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 &