fix: spcify host and port for doc-server
All checks were successful
MJN/finance-dbt/pipeline/head This commit looks good

This commit is contained in:
沈楠 2024-07-07 14:52:12 +08:00
parent 58034b8690
commit af92fcd9a6

View File

@ -1,2 +1,2 @@
dbt docs generate
dbt docs serve
dbt docs serve --host=0.0.0.0 --port=8080