build: allinone打包

This commit is contained in:
liqiang-fit2cloud 2024-03-15 11:05:11 +08:00
parent 754095b6b7
commit bc3b5a3409

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 &