A basic and light Docker setup with Wordpress as a headless CMS and Angular building the theme frontend
- run
docker-compose up -d
on your terminal npm install && ng build
on the theme folder to install dependencies and generate the dist folder- your app is running at http://localhost (no port)