$ docker-compose up
I created the app starting with the following commands.
$ ng new app
$ cd app
$ ng add @nguniversal/express-engine
$ docker-compose up
I created the app starting with the following commands.
$ ng new app
$ cd app
$ ng add @nguniversal/express-engine