/nuxt-docker-reverse-proxy-test

Nuxt(SSR)デプロイ用のリバースプロキシを使用したdockerのサンプル

Primary LanguageVue

$ 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 でアクセスできるようになる。