fix: only usercode for reload-code
This commit is contained in:
2
Makefile
2
Makefile
@@ -11,7 +11,7 @@ COMPOSE := docker compose
|
|||||||
DBT_DIR := dbt
|
DBT_DIR := dbt
|
||||||
DBT := uv run dbt
|
DBT := uv run dbt
|
||||||
# Container(s) that carry user code
|
# Container(s) that carry user code
|
||||||
CODE_SERVICES := dagster-usercode dagster-webserver dagster-daemon
|
CODE_SERVICES := dagster-usercode
|
||||||
|
|
||||||
## —— Help ——————————————————————————————————————————————————————
|
## —— Help ——————————————————————————————————————————————————————
|
||||||
help: ## Show this help
|
help: ## Show this help
|
||||||
|
|||||||
Reference in New Issue
Block a user