Skip to content

MEAN Stack example with Docker Compose and NGINX Reverse Proxy

Notifications You must be signed in to change notification settings

sushantrahate/docker-mean-stack-nginx

Repository files navigation

MEAN Stack with Docker Compose and Nginx

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