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

4
build-docker-image.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
# Build Docker image for Voice RSS Summary project
docker build -t voice-rss-summary .