mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
echo "Enter a password for your database "
|
|
read DB_PASS
|
|
|
|
echo 'export DB_PASS='$DB_PASS >> ~/.bashrc
|
|
source ~/.bashrc
|
|
|
|
docker-compose up -d
|