fix(frontend): 掛載 Flask web static assets
This commit is contained in:
@@ -11,3 +11,4 @@ def test_momo_app_mounts_gunicorn_config_for_sync_deploys():
|
||||
assert 'command: ["gunicorn", "--config", "gunicorn.conf.py", "app:app"]' in compose
|
||||
assert "- ./gunicorn.conf.py:/app/gunicorn.conf.py:ro" in compose
|
||||
assert "- ./static:/app/static:ro" in compose
|
||||
assert "- ./web/static:/app/web/static:ro" in compose
|
||||
|
||||
Reference in New Issue
Block a user