mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
4 lines
100 B
Bash
Executable file
4 lines
100 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Build the Docker image
|
|
docker build -t my-jekyll-site -f scripts/Dockerfile.jekyll .
|