You can build the image and run the container with Docker. The configuration is in the nginx folder if you want to change it. docker build -t angularexampleapp .
05-cancellable-export/ ├── app/ │ ├── api/ │ │ ├── start/ │ │ │ └── route.ts # POST - Start invoicing workflow │ │ ├── status/ │ │ │ └── route.ts # GET - Check workflow status │ │ ├── cancel ...