- This project is hooked up to a git repo which triggers a build to Gatsby Cloud
- Git Repo: https://github.com/joelvarty/gatsby-agility-sync
- Dashboard: https://www.gatsbyjs.com/dashboard/
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-gatsby-dev .
docker run -p 80:80 --name agility-gatsby-dev agility-gatsby-dev
#{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-gatsby-dev