word_cloud_bot/entrypoint.sh

3 lines
90 B
Bash
Raw Permalink Normal View History

2021-05-09 03:14:12 +00:00
#! /bin/sh \
cd /root/word_cloud_bot && python3 main.py >> output 2>&1 &
tail -f /dev/null