meme / docker /start_memebot.sh
LeafLeafLeaf's picture
fix: 同步https://github.com/MeetWq/meme-generator/releases/tag/v0.0.20
1d20b52
raw
history blame contribute delete
158 Bytes
#! /usr/bin/env bash
mkdir -p ~/.config/meme_generator
envsubst < /app/config.toml.template > ~/.config/meme_generator/config.toml
exec python /app/bot.py