Zkt22/assignment1-fruitapp/start-app.sh
2022-04-25 14:49:43 +05:30

7 lines
168 B
Bash
Executable File

#!/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"