docker
docker copied to clipboard
WIP: Support for local development with dev server and volume binding
WIP: Do Not Pull (can be referenced as an example for issues/questions)
This pull request demonstrates running in a configuration for local development (or non-production). Currently this is the quickest way to get up and running with minimal changes. This does require cloning the repository and running locally.
Steps to make local development or runtime configuration more accessible:
- [x] Use NODE_ENV=development to switch to
yarn devinstead ofyarn start - [ ] Generate development stage in Dockerfile to include relevant dev files
- [ ] Update public docker tags to have both production and non-production builds available
- [ ] Update instructions to clarify docker for local development or non-production use
- [ ] Add a docker-compose.override.yml file for distinct local docker-compose customization