chore(build): Adding frontent

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2022-07-04 17:51:40 +02:00
parent fc8cfd4bdd
commit 961e89b352

View file

@ -19,4 +19,6 @@ echo $DOCKER_REPO
PUSH_IMAGE=1 bash build.sh $@
cd ../peers
PUSH_IMAGE=1 bash build.sh $@
cd ../frontend
PUSH_IMAGE=1 bash build.sh $@
}