Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Lets gone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Proof of Concept
Lets gone
Commits
2aebbd0b
Commit
2aebbd0b
authored
7 months ago
by
Bastien DUMONT
Browse files
Options
Downloads
Patches
Plain Diff
chore: update local run command
parent
53be6e04
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-3
1 addition, 3 deletions
README.md
with
1 addition
and
3 deletions
README.md
+
1
−
3
View file @
2aebbd0b
...
@@ -13,10 +13,8 @@ Découvrez et évaluez votre autonomie dans les différents aspects de la vie.
...
@@ -13,10 +13,8 @@ Découvrez et évaluez votre autonomie dans les différents aspects de la vie.
## Run the app
## Run the app
```
sh
```
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
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
## Alpha install
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment