Skip to content
Snippets Groups Projects
Commit 1f838cf4 authored by Rémi PAILHAREY's avatar Rémi PAILHAREY :fork_knife_plate:
Browse files

fix: run start with HTTPS

parent 4876f9dd
No related branches found
No related tags found
1 merge request!124MEP
Pipeline #74214 passed
......@@ -3,7 +3,7 @@
"version": "1.0.0",
"private": true,
"scripts": {
"start": "react-scripts start",
"start": "HTTPS=true react-scripts start",
"build": "CI=false && react-scripts build",
"local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start",
"local-down": "docker-compose -f docker-compose.local.yml down",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment