mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
8 lines
127 B
Bash
8 lines
127 B
Bash
![]() |
#!/bin/bash
|
||
|
|
||
|
service mariadb start
|
||
|
|
||
|
mysqladmin -u root password ${MYSQL_ROOT_PASSWORD}
|
||
|
|
||
|
exec /app/server --createDatabase=true
|