mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 04:14:59 +00:00
working local build of gh pages
This commit is contained in:
parent
72493f0920
commit
46b953ebeb
3 changed files with 17 additions and 11 deletions
|
@ -1,4 +1,12 @@
|
|||
#!/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
|
||||
docker run \
|
||||
--rm \
|
||||
-v "$PWD:/site" \
|
||||
-p 4000:4000 \
|
||||
my-jekyll-site
|
||||
|
||||
# -e HISTFILE=/srv/jekyll/.bash_history \
|
||||
# --entrypoint /bin/bash \
|
||||
# -it \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue