.
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── gatsd
│ ├── .bashrc
│ ├── build
│ ├── _default.conf
│ ├── develop
│ ├── docker-build
│ ├── Dockerfile
│ ├── _entry.sh
│ ├── _gatsd.sh
│ ├── _gatsd-shim
│ ├── new
│ ├── run
│ ├── serve
│ └── stage
├── node_modules
│ └── ...(excluded)
├── LICENSE
├── package.json
├── .prettierrc
├── README.md
├── src
│ ├── components
│ │ ├── header.js
│ │ ├── layout.css
│ │ └── layout.js
│ ├── images
│ │ └── gatsby-icon.png
│ └── pages
│ ├── 404.js
│ ├── index.js
│ └── page-2.js
└── yarn.lock
Medium Codeblock - 181019 Dockerize Your GatsbyJS Workflow with GatsD - 3.5 - Full Directory Tree
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.