word_cloud_bot/entrypoint.sh
2021-05-09 12:44:53 +08:00

3 lines
90 B
Bash

#! /bin/sh \
cd /root/word_cloud_bot && python3 main.py >> output 2>&1 &
tail -f /dev/null