Skip to content
Snippets Groups Projects
Commit dd80af87 authored by Pierre Ecarlat's avatar Pierre Ecarlat
Browse files

chore: Updated local-up and down to stop using docker-compose

parent a4d19e56
No related branches found
No related tags found
1 merge request!178feat: Allow to download all consents
Pipeline #110144 passed
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"build": "tsc && vite build", "build": "tsc && vite 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",
"docker": "docker run -it --rm -p 3000:3000 front-backoffice", "docker": "docker run -it --rm -p 3000:3000 front-backoffice",
"lint": "eslint src -c .eslintrc.js --fix", "lint": "eslint src -c .eslintrc.js --fix",
"lint:fix": "eslint --fix .", "lint:fix": "eslint --fix .",
......
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