ctp-slack-bot / scripts /run-dev.sh
LiKenun's picture
Move more components into dependency injection container
c21d29c
raw
history blame
142 Bytes
#!/bin/bash
parent_path=$(cd "$(dirname "${BASH_SOURCE[0]}")"; pwd -P)
LOG_LEVEL=DEBUG python3 "${parent_path}/../src/ctp_slack_bot/app.py"