mirror of
https://github.com/Aider-AI/aider.git
synced 2026-02-06 20:26:38 +01: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 .
|