Zkt22/z3/fruitapp-main/start-app.sh

7 lines
168 B
Bash
Raw Normal View History

2022-05-22 10:40:18 +00:00
#!/bin/bash
echo "running the app"
docker-compose up -d
echo "Connecting to the database....Please wait."
sleep 10
echo "The app is available at http://localhost:4200"