Skip to content

Commit

Permalink
chore: run backend with DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed Jun 18, 2024
1 parent b123f34 commit dac4104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit dac4104

Please sign in to comment.