Skip to content
Snippets Groups Projects
Commit f352bd70 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add command-line to install dependencies using docker

parent dd2be13d
No related branches found
No related tags found
No related merge requests found
......@@ -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).
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment