Skip to content

Commit 97c8a23

Browse files
committed
🩹 fix-simple(duties.py.jinja): watch all services in dev profile
1 parent 8e23ae8 commit 97c8a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/duties.py.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def docker_start(ctx: Context, env: str | None = None) -> None:
302302
env = env or _pick_env(ctx)
303303
if env == "dev":
304304
ctx.run(
305-
"docker compose --profile dev up --watch {{ project_name }}-dev > /dev/null 2>&1 &",
305+
"docker compose --profile dev up --watch > /dev/null 2>&1 &",
306306
title="Starting dev containers",
307307
)
308308
elif env == "prod":

0 commit comments

Comments
 (0)