zkt25/sk1/start-app.sh

5 lines
77 B
Bash

#!/bin/bash
set -e
docker-compose up -d
echo "http://localhost:5000 (Flask)"