aider/scripts/jekyll_run.sh
2024-06-05 09:23:28 -07:00

12 lines
232 B
Bash
Executable file

#!/bin/bash
# Run the Docker container
docker run \
--rm \
-v "$PWD:/site" \
-p 4000:4000 \
my-jekyll-site
# -e HISTFILE=/srv/jekyll/.bash_history \
# --entrypoint /bin/bash \
# -it \