Redirects are located here: https://github.com/agility/agility-cms-website-preview-functions .
gatsby develop
curl -X POST http://localhost:8000/__refresh
gatsby clean
NODE_ENV=production
gatsby build
netlify deploy --dir=public --open
docker build -f Dockerfile.dev -t agility-website-gatsby .
docker run -p 80:80 --name agility-website-gatsby agility-website-gatsby
#{OR}
docker-compose up --build
docker build -f Dockerfile.dev -t {containerRegistryUrl}/agility-gatsby-dev .
docker login -u {username} -p {password} {containerRegistryUrl}
docker push {containerRegistryUrl}/agility-website-gatsby