docker icon indicating copy to clipboard operation
docker copied to clipboard

WIP: Support for local development with dev server and volume binding

Open krumware opened this issue 3 years ago • 0 comments

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 dev instead of yarn 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

krumware avatar Jan 12 '22 17:01 krumware