Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 255 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 255 Bytes

Start dev server with npm from container

rm -Rf .docusaurus && rm -Rf node_modules && docker run --rm -it --name documentation -v ${PWD}:/home/app -w /home/app -p 3000:3000 -u node node:lts /bin/bash
npm install && npm start -- --host 0.0.0.0