zkt25/z1/start-app.sh

7 lines
287 B
Bash
Raw Permalink Normal View History

2025-03-04 08:34:28 +00:00
#!/bin/bash
echo "Starting app..."
docker compose up -d
echo "The app is available at http://localhost:5000"
echo "You can also open in windows by running hostname -I in linux and copying the ip address "
echo "Then you can open you main OS broswer and type http://[ip you copied]:5000"