mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
5 lines
219 B
Bash
5 lines
219 B
Bash
docker build -t nodemon-test-env .
|
|
docker run --mount type=bind,source=/Users/remy/Sites/nodemon,target=/src/nodemon --name nodemon-test-env --rm -it nodemon-test-env bash
|
|
|
|
# node /nodemon-src/bin/nodemon.js -V http.js
|