Update index.md
This commit is contained in:
parent
0edef34461
commit
9eab81d81e
@ -60,7 +60,7 @@ So, let's do it!
|
||||
docker run -dp 3000:3000 \
|
||||
-w /app -v "$(pwd):/app" \
|
||||
node:12-alpine \
|
||||
sh -c "apk add --no-cache python g++ make && yarn install && yarn run dev"
|
||||
sh -c "apk add --no-cache python2 g++ make && yarn install && yarn run dev"
|
||||
```
|
||||
|
||||
- `-dp 3000:3000` - same as before. Run in detached (background) mode and create a port mapping
|
||||
|
Loading…
Reference in New Issue
Block a user