-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat: add dockerfile for dev environment #160
feat: add dockerfile for dev environment #160
Conversation
…Dockerfile for Dockerfile.dev
What issues did you run into? |
Hi @galbwe, well the app gets to build with no errors in the I try these steps with no success.
|
remove `yarn build` comment
set docker-composer-dev.yml file on development mode instruction
thanks for your time @galbwe 🤝 |
Feature: add Dockerfile and docker-compose file to manage production and development environment
Hi I've created a docker-compose-dev.yml file to manage different environments for the frontend
I've tried to build and run the frontend app with Parcel, unfortunately, I cannot do that.
So I just run the frontend app in development mode.
You can set the build and run scripts in the package JSON and change the
yarn dev
instruction foryarn start
in the DockerfileCreate docker-compose file and add Dockerfile.dev for dev environment
Separate the node image in bundle and run
Build and run the app in production moderun the app in dev mode into production docker-composeAdd documentation of how to use both environments
Resolve #99
Hope this can help the project. thanks for the time