This commit is contained in:
Paul Gauthier 2024-05-15 11:00:18 -07:00
parent e9009203c4
commit 59e433996e
3 changed files with 0 additions and 0 deletions

4
scripts/jekyll_run.sh Executable file
View file

@ -0,0 +1,4 @@
#!/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