We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to create a docker container with this base project, but this container not export the port. The docker-compose.yml:
version: '3.3' services: cms-node: build: . container_name: cms-node volumes: - ./:/usr/app/ - /usr/app/node_modules command: bash -c "yarn install && yarn start" ports: - 3000:8080
I think that this problem is about webpack...
The text was updated successfully, but these errors were encountered:
This help me, (https://medium.com/@zwegrzyniak/docker-compose-and-webpack-dev-server-hot-reloads-b73b65d13d79) but i dont sure for production
Sorry, something went wrong.
No branches or pull requests
I want to create a docker container with this base project, but this container not export the port.
The docker-compose.yml:
I think that this problem is about webpack...
The text was updated successfully, but these errors were encountered: