feat: 启动的时候,删除pid

This commit is contained in:
shaohuzhang1 2024-08-22 16:26:00 +08:00 committed by shaohuzhang1
parent 5cf871c6dc
commit 2703e73b07

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
rm -f /opt/maxkb/app/tmp/*.pid
# Start postgresql # Start postgresql
docker-entrypoint.sh postgres & docker-entrypoint.sh postgres &
sleep 10 sleep 10