build: 分开镜像

v3.2
liqiang-fit2cloud 2024-03-15 17:54:59 +08:00
parent d2e9d5bb98
commit 9e1d16d320
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Start postgress
docker-entrypoint.sh postgres &
sleep 10
# Wait postgress
until pg_isready --host=127.0.0.1; do sleep 1 && echo "waiting for postgres"; done