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:
Ali Behnamfard
2024-02-06 10:56:53 +03:30
committed by GitHub
parent 47c0decf1e
commit 168a4dc323

View File

@@ -78,6 +78,7 @@ services:
environment:
- WEBPACKER_DEV_SERVER_HOST=0.0.0.0
- NODE_ENV=development
- NODE_OPTIONS=--openssl-legacy-provider
- RAILS_ENV=development
entrypoint: docker/entrypoints/webpack.sh
command: bin/webpack-dev-server