chore: update docker run command

This commit is contained in:
2025-06-04 16:38:15 +09:00
committed by Satsuki Akiba (aider)
parent e9e733ce8a
commit 1326f70e38

View File

@ -4,7 +4,8 @@
docker run \
--volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \
--volume "$(pwd)/.env:/app/.env" \
--volume "$(pwd)/public:/app/public" \
--publish 3000:3000 \
--tty \
--interactive \
voice-rss-summary
--name voice-rss-summary \
\
voice-rss-summary # --restart always \