mirror of
https://github.com/Aider-AI/aider
synced 2026-04-25 17:15:07 +02:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Build the Docker image
|
|
docker build -t my-jekyll-site -f scripts/Dockerfile.jekyll .
|