From 7521bf4be11e6d4f3e2d5ed6b69bee40a56059f1 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 14 Feb 2025 11:57:22 +0000 Subject: [PATCH] Fixed deploy command --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b26a560..9a4a9ee 100644 --- a/justfile +++ b/justfile @@ -87,7 +87,7 @@ cleanup-versions: deploy: #!/usr/bin/env bash docker compose up -d --wait - docker exec -it am-d-modeleu-worker-1 ./setup.sh + docker compose exec -it worker setup.sh fmt: bun run prettier --write "**/*.{js,jsx,ts,tsx,html,css,scss,sass,svelte,yaml,json,markdown}"