4 lines
94 B
Bash
4 lines
94 B
Bash
|
|
docker run -v /data/dev/bamort/bamort:/vue_app \
|
||
|
|
-p 8080:8080 \
|
||
|
|
-it vue_app:dev
|