Im a junior front-end and i currently having issue in building my react js and run it over to HTTPS in local network.
Whenever I build the docker image, it will only run at http and on development server said on the log.
Can someone help me how to solve this?
The app has to be build for production and use on local network with HTTPS on so that it can access media such as camera on mobile
I have tried using copy my self-signed certificate on the dockerfile but it does not work like on Development where we just use HTTPS=TRUE on package.json
Jose M. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.