Some checks failed
Build and push container image / build-and-push-image (push) Failing after 5m28s
5 lines
103 B
Bash
Executable File
5 lines
103 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ ! -f .env ] || export $(grep -v '^#' .env | xargs)
|
|
|
|
flask --app src.wsgi.py --debug run |