Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(docker): improve Docker start-up time locally
Adds a .dockerignore file to avoid including (almost 1GB worth) of superfluous files in the Docker context. These files are mostly the result of running the app outside of Docker (primarily the NPM dependencies and Parcel cache). On macOS at least, this sees a dramatic speed increase. Refs #390
- Loading branch information