Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
KingZack
/
ctp-slack-bot
like
3
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f0fe0fd
ctp-slack-bot
/
scripts
/
run-dev.sh
LiKenun
Refactor #3
bb7c9a3
3 months ago
raw
Copy download link
history
blame
Safe
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"