Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 321 Bytes

Redefine Technologies

docker build . -t website
docker run --rm -it -p3000:4321 -v$(pwd):/app -v/app/node_modules -v/app/dist website
# NOTE: `-v/app/node_modules` `-v/app/dist` are used to ignore your local
#       `node_modules` and `dist` directories.

Then open your browser at: http://localhost:3000/