build: docker build -t kuadradoimg . run: docker run -p 9000:80 \ -it \ --name kuadrado \ --mount type=bind,source="$(shell pwd)",target=/usr/share/nginx/html \ -d kuadradoimg start: docker start kuadrado stop: docker stop kuadrado bash: docker exec -it kuadrado bash web: docker exec -it kuadrado bash -c "npm run build" stylesheet: docker exec -it kuadrado bash -c "npm run style" open: firefox http://localhost:9000/public/