mirror of
https://github.com/QingdaoU/OnlineJudge.git
synced 2025-01-01 10:02:01 +00:00
删除等待数据库启动的代码,改为手动创建数据库
This commit is contained in:
parent
ac53f7974d
commit
1b286a365c
@ -7,6 +7,4 @@ find /code -name "*.pyc" -delete
|
||||
python -m compileall /code
|
||||
chown -R nobody:nogroup /code/log /code/test_case /code/upload
|
||||
echo "Waiting MySQL and Redis to start"
|
||||
sleep 10
|
||||
python /code/tools/create_db.py
|
||||
exec supervisord
|
Loading…
Reference in New Issue
Block a user