CostHive/boot.sh
Lunaresk b978e0da56 refactoring, reorganizing
Changed the folder structure for better maintenance and inserted
Dockerfile for image building.
2022-07-13 09:00:26 +02:00

5 lines
91 B
Bash

#!/bin/bash
source venv/bin/activate
flask db upgrade
flask translate compile
python run.py