Powered by Gatsby and Tachyons
npm i
or yarn install
npm build
or yarn build
npm run develop
npm build
The container will install all dependencies using Yarn and will expose the running application on port 8000
.
docker build -t detroitjs/detroitjs.com .
docker run -d {host port}:8000 detroitjs/detroitjs.com