5 lines
100 B
Bash
5 lines
100 B
Bash
#!/bin/bash
|
|
|
|
# Build Docker image for Voice RSS Summary project
|
|
docker build -t voice-rss-summary .
|