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 tags found
1 merge request!124MEP
Pipeline #74214 passed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"scripts": { "scripts": {
"start": "react-scripts start", "start": "HTTPS=true react-scripts start",
"build": "CI=false && react-scripts build", "build": "CI=false && react-scripts build",
"local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start", "local-up": "docker-compose -f docker-compose.local.yml up -d && yarn start",
"local-down": "docker-compose -f docker-compose.local.yml down", "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.
Please register or to comment