Changed the folder structure for better maintenance and inserted Dockerfile for image building.
5 lines
91 B
Bash
5 lines
91 B
Bash
#!/bin/bash
|
|
source venv/bin/activate
|
|
flask db upgrade
|
|
flask translate compile
|
|
python run.py |