Update README.md

This commit is contained in:
Jinho Jang 2020-06-11 09:17:43 +09:00 committed by GitHub
parent d8e9344b3c
commit eca749d28f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -9,6 +9,8 @@ yarn install
yarn run start:dev
```
<br/>
## Production
```
yarn install
@ -16,5 +18,13 @@ yarn run build
yarn run start
```
Docker
```
docker build .
docker run -p 3000:3000 <image_id>
```
<br/>
## References
- [Documentation](https://pankod.github.io/next-boilerplate/docs/deployment)
- [Documentation](https://pankod.github.io/next-boilerplate/docs/deployment)