fix: build error during development using docker-compose (#8714)
* Fix ssl error in final build stage * add env to docker compose --------- Co-authored-by: Vishnu Narayanan <iamwishnu@gmail.com>
This commit is contained in:
@@ -78,6 +78,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- WEBPACKER_DEV_SERVER_HOST=0.0.0.0
|
- WEBPACKER_DEV_SERVER_HOST=0.0.0.0
|
||||||
- NODE_ENV=development
|
- NODE_ENV=development
|
||||||
|
- NODE_OPTIONS=--openssl-legacy-provider
|
||||||
- RAILS_ENV=development
|
- RAILS_ENV=development
|
||||||
entrypoint: docker/entrypoints/webpack.sh
|
entrypoint: docker/entrypoints/webpack.sh
|
||||||
command: bin/webpack-dev-server
|
command: bin/webpack-dev-server
|
||||||
|
|||||||
Reference in New Issue
Block a user