Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
53
Issue boards
Milestones
Wiki
Code
Merge requests
6
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MDM Lab
Wiki
Commits
f352bd70
Commit
f352bd70
authored
2 years ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
add command-line to install dependencies using docker
parent
dd2be13d
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
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
f352bd70
...
...
@@ -18,6 +18,12 @@ Install dependencies:
yarn
install
```
Using docker:
```
bash
docker run
-v
"
$PWD
"
:/usr/src/app
-w
/usr/src/app
--user
1000:1000 node:19.5-bullseye-slim npm
install
```
## Development
```
bash
...
...
@@ -55,3 +61,5 @@ yarn preview
---
For a detailed explanation of how things work, check out
[
Docus
](
https://docus.dev
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
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