Skip to content
Snippets Groups Projects
Commit 2aebbd0b authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

chore: update local run command

parent 53be6e04
Branches
No related tags found
No related merge requests found
......@@ -13,10 +13,8 @@ Découvrez et évaluez votre autonomie dans les différents aspects de la vie.
## Run the app
```sh
docker run -ti --rm -p 8080:8080 -p 5984:5984 -p 8025:8025 -e COZY_DISABLE_CSP=1 -v $(pwd)/lets-gone/build:/data/cozy-app/letsgone -v ~/cozy.yaml:/etc/cozy/cozy.yaml cozy/cozy-app-dev
cd lets-gone
yarn start
docker run -ti --rm -p 8080:8080 -p 5984:5984 -p 8025:8025 -e COZY_DISABLE_CSP=1 -v $(pwd)/build:/data/cozy-app/letsgone -v ~/cozy.yaml:/etc/cozy/cozy.yaml cozy/cozy-app-dev
```
## Alpha install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment