Update README.md
This commit is contained in:
parent
d8e9344b3c
commit
eca749d28f
12
README.md
12
README.md
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue