206 B
206 B
movie-finder
Build Docker Image and Run it (with Docker Compose)
$ docker-compose up --build
Run on Node.js engine on your local machine
$ cd nuxt/
$ npm i && npm run dev
$ docker-compose up --build
$ cd nuxt/
$ npm i && npm run dev