From dac41045c6d76ce7c7f2c4832386be68b2f3e32e Mon Sep 17 00:00:00 2001 From: pociej Date: Tue, 18 Jun 2024 11:25:36 +0200 Subject: [PATCH] chore: run backend with DEBUG #76 --- deploy/backend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/backend/Dockerfile b/deploy/backend/Dockerfile index b28938b..e2f1540 100644 --- a/deploy/backend/Dockerfile +++ b/deploy/backend/Dockerfile @@ -14,4 +14,4 @@ ARG YAGNA_VERSION # yagna installer normally asks for user input, so we need to set some environment variables to avoid that RUN GOLEM_ACCEPT_TOS=yes BATCH_MODE=yes YA_INSTALLER_CORE=${YAGNA_VERSION} ./as-requestor.sh -CMD ["pm2-runtime", "./dist/index.js"] +CMD ["DEBUG=task-executor* pm2-runtime", "./dist/index.js"]