mirror of
https://github.com/Aider-AI/aider
synced 2026-05-09 08:32:36 +02:00
5 lines
150 B
Bash
Executable File
5 lines
150 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Run the Docker container
|
|
docker run --rm --network="host" -v "$PWD:/srv/jekyll" -p 4000:4000 --entrypoint /bin/bash -it my-jekyll-site
|