Commit f60d8d84 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Update build.sh

parent c696c569
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@ cd $(dirname $0)

echo "BUILD context"
context/genproto.sh
docker build -t "context_service:develop" -f context/Dockerfile_develop --quiet .
docker build -t "context_service:test" -f context/Dockerfile_test --quiet .
docker build -t "context:develop" -f context/Dockerfile --quiet .
docker build -t "context:test" -f context/tests/Dockerfile --quiet .

cd monitoring
./genproto.sh