aider/scripts/jekyll_run.sh
Paul Gauthier 499057c345 copy
2024-07-03 21:42:12 -03:00

13 lines
233 B
Bash
Executable file

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