2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-09-19 10:39:02 +00:00
frappe_docker/build-container.sh
vishalseshagiri 165d66259b Update build-container.sh
Former-commit-id: 65898b6a75
2017-07-24 16:19:12 +05:30

8 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