Skip to content
Snippets Groups Projects
Commit a34672a4 authored by Guilhem CARRON's avatar Guilhem CARRON
Browse files

Edit launch command

parent 50a22203
No related branches found
No related tags found
2 merge requests!8local- conf,!7feat: add front office
Pipeline #15541 passed
......@@ -5,7 +5,7 @@
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"local-up" : "docker-compose -f docker-compose.local.yml up && 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",
"docker": "docker run -it --rm -p 3000:3000 front-backoffice",
"lint": "eslint .",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment