aider/scripts/jekyll_build.sh
2024-05-15 11:29:34 -07:00

4 lines
100 B
Bash
Executable file

#!/bin/bash
# Build the Docker image
docker build -t my-jekyll-site -f scripts/Dockerfile.jekyll .