... | ... | @@ -72,7 +72,7 @@ cp ./.env-default ./.env |
|
|
sudo docker run -it \
|
|
|
--publish 3000:3000 \
|
|
|
--name sdk4ed-dashboard \
|
|
|
--mount src=*\<path_to_sdk4ed-dashboard_folder\>*,target=/mounted_folder,type=bind \
|
|
|
--mount src=<path_to_sdk4ed-dashboard_folder>,target=/mounted_folder,type=bind \
|
|
|
node
|
|
|
```
|
|
|
- **Step 5**: Open cmd and run:
|
... | ... | |