mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
4 lines
150 B
Bash
Executable file
4 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
|