Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

krumware
Copy link
Member

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:

  • 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 krumware changed the title Example for local development with dev server and volume binding WIP: Example for local development with dev server and volume binding Jan 12, 2022
@krumware krumware changed the title WIP: Example for local development with dev server and volume binding WIP: Support for local development with dev server and volume binding Jan 12, 2022
@krumware krumware marked this pull request as draft January 21, 2022 15:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant