$ docker-compose up -d
$ docker-compose exec nuxt_app bash
$ cd test-project/
$ npm install
$ npm run build
$ npm run start
http://0.0.0.0 でアクセスできるようになる。
$ docker-compose up -d
$ docker-compose exec nuxt_app bash
$ cd test-project/
$ npm install
$ npm run build
$ npm run start
http://0.0.0.0 でアクセスできるようになる。