X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=README.md;h=fd79b2285590859e292662ddbfb8f71423527ec3;hb=HEAD;hp=3f132d2c708a168bd494762b64b199d19fd70cce;hpb=92162653c9741f2417d1a36ec1c211d6863d0a68;p=ric-plt%2Frtmgr.git diff --git a/README.md b/README.md index 3f132d2..fd79b22 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,12 @@ glide install --strip-vendor go build cmd/rtmgr.go ``` +**NOTE:** before doing a docker build it is advised to remove any generated files and vendor packages: +```bash +# assuming that you stand in project root dir +rm -rf appmgr vendor pkg/appmgr_* pkg/models pkg/restapi +``` + ### Installing Routing Manager #### Preparing environment Tag the `rtmgr` container according to the project release and push it to a registry accessible from all minions of the Kubernetes cluster.