Files
lista_zakupowa_live/entrypoint.sh
Mateusz Gruszczyński 94efe3bf66 first commit
2025-07-02 11:43:43 +02:00

4 lines
77 B
Bash

#!/bin/sh
flask db upgrade 2>/dev/null || flask create_db
exec python app.py