7 lines
141 B
Bash
Executable File
7 lines
141 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo Initialising the database...
|
|
|
|
mysql -u root --password=password sarbaseapp < /docker-entrypoint-initdb.d/mysql_dump.sql
|
|
|