chore: add volume for data directory

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

View File

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