From 15727190094cb9a1d8edcc1acb8d7b8d183f1fa2 Mon Sep 17 00:00:00 2001 From: Moggach Date: Mon, 12 Feb 2024 16:46:24 +0000 Subject: [PATCH] correct syntax error --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index e938315..3ff8afc 100644 --- a/render.yaml +++ b/render.yaml @@ -2,6 +2,6 @@ services: - type: worker name: left-book-club-production-worker env: python - buildCommand: npm install & poetry install + buildCommand: npm install && poetry install startCommand: poetry run python manage.py start_worker plan: starter