feat: add build script for docker image

This commit is contained in:
2025-06-04 16:13:26 +09:00
parent 2cdca4d02d
commit 60799ae9b7
2 changed files with 10 additions and 6 deletions

12
run-docker.sh Normal file → Executable file
View File

@ -2,9 +2,9 @@
# Run Docker container with volume mounts for feed_urls.txt and .env
docker run \
--volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \
--volume "$(pwd)/.env:/app/.env" \
--publish 3000:3000 \
--tty \
--interactive \
voice-rss-summary
--volume "$(pwd)/feed_urls.txt:/app/feed_urls.txt" \
--volume "$(pwd)/.env:/app/.env" \
--publish 3000:3000 \
--tty \
--interactive \
voice-rss-summary