docker-apps-view/test.sh
ksyasuda 184c123e23
Some checks failed
Build Docker Image / build (push) Failing after 8s
Build and Upload Python Package / build (push) Failing after 10s
Initial commit
2024-08-17 18:32:58 -07:00

5 lines
86 B
Bash
Executable File

#!/bin/sh
. env/bin/activate
FLASK_ENV=development FLASK_PORT=5000 python src/app.py