wayfair-incubator / aux-eng-playbook

Wayfair Tech's playbook for building and supporting an Auxiliary Engineering program.
BSD Zero Clause License
4 stars 1 forks source link

Docker Config #5

Closed GaryPWhite closed 2 years ago

GaryPWhite commented 2 years ago

The version of this project pre-gatsby (see #2) had a simple docker-compose and dockerfile that could be used to play with the documentation without having to install secondary package managers or languages (only docker). I hadn't taken the time to build that during #2 -- it should be a simple migration to a container that uses yarn, install, then run and expose port 8000.

docker compose config could be done in a very similar way to support docker-compose up for an easy setup of the website to play with while editing files. Bonus points for doing volume mounts so development can be done at the same time -- gatsby supports hot reloads.