aider/scripts/jekyll_run.sh
2024-06-05 10:30:02 -07:00

12 lines
223 B
Bash
Executable file

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