fix: Docker build failures for client and server containers
- Pin tailwindcss@3 in client Dockerfile (v4 removed standalone CLI) - Replace gunicorn --factory with callable syntax app:create_app() - Fix Alembic config path with -c flag and %(here)s script_location Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[alembic]
|
||||
script_location = .
|
||||
script_location = %(here)s
|
||||
sqlalchemy.url = mysql+asyncmy://tmflow:change_me_in_production@localhost:3306/tiemeasureflow
|
||||
|
||||
[loggers]
|
||||
|
||||
Reference in New Issue
Block a user