Skip to content

sushantrahate/docker-mean-stack-caddy-server

Repository files navigation

MEAN Stack with Docker Compose and Caddy Server

Dubugging

Goto Debug section of VSCode and select Compound and press F5 key to launch Both frontend and backend

Dev build

make build-dev
make run-dev

Production build

make build-production
make run-production

Stop

make stop