feat: 启动的时候,删除pid
This commit is contained in:
parent
5cf871c6dc
commit
2703e73b07
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user