fix
This commit is contained in:
parent
b74e58ff28
commit
1b3aac85fe
@ -81,6 +81,16 @@ $ HOST_REVERT=com.unravel.example
|
|||||||
$ grep -R fyi.unravel.frontpage ./src |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g"
|
$ grep -R fyi.unravel.frontpage ./src |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## deploy
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ cd $dir/packages-rs/drainpipe
|
||||||
|
$ docker compose up
|
||||||
|
---
|
||||||
|
$ cd $dir/packages/frontpage
|
||||||
|
$ docker compose up
|
||||||
|
```
|
||||||
|
|
||||||
## explanation
|
## explanation
|
||||||
|
|
||||||
### client-metadata.json
|
### client-metadata.json
|
||||||
|
Loading…
x
Reference in New Issue
Block a user