renamed dockerfile

This commit is contained in:
Paul Gauthier 2024-05-15 11:29:34 -07:00
parent 77ba518a1a
commit d05de029e1

View file

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