Skip to content

Commit 67fcfbf

Browse files
committed
README updated - custom truffle network and docker
1 parent 13bca62 commit 67fcfbf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ npm run compile
1616

1717
```
1818
npm run migrate
19+
npm run migrate --network mycustomnetwork
1920
npm run migrate:reset
2021
```
2122

@@ -55,6 +56,14 @@ npm run build
5556
npm run lint
5657
```
5758

59+
## Docker
60+
61+
Build production ready docker image
62+
63+
```
64+
docker build --tag dapp-vue-starter .
65+
```
66+
5867
### Customize configuration
5968

6069
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
 (0)