1 2 3 4 5#!/bin/bash # Build the Docker image docker build -t my-jekyll-site -f scripts/Dockerfile.jekyll .
1 2 3 4 5
#!/bin/bash # Build the Docker image docker build -t my-jekyll-site -f scripts/Dockerfile.jekyll .