Update README.md
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
# movie-finder
|
# movie-finder
|
||||||
|
|
||||||
## Build Image and Run it
|
## Build Docker Image and Run it (with Docker Compose)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
|
||||||
$ docker-compose up --build
|
$ docker-compose up --build
|
||||||
```
|
```
|
||||||
|
## Run on Node.js engine on your local machine
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ cd nuxt/
|
||||||
|
$ npm i && npm run dev
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user