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_build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/bash
# Build the Docker image
docker build -t my-jekyll-site -f scripts/Dockerfile .