Fix file path for grpc demo

This commit is contained in:
Hui, Chunyang 2021-09-26 11:21:47 +00:00 committed by Zongmin.Gu
parent 63deda28b9
commit 7dcf727782
2 changed files with 2 additions and 2 deletions

@ -24,7 +24,7 @@ then
fi
rm -rf image && \
copy_bom -f ../grpc_client.yaml --root image --include-dir /opt/occlum/etc/template && \
copy_bom -f ../../grpc_client.yaml --root image --include-dir /opt/occlum/etc/template && \
occlum build
if [ $? -ne 0 ]

@ -23,7 +23,7 @@ then
fi
rm -rf image && \
copy_bom -f ../grpc_server.yaml --root image --include-dir /opt/occlum/etc/template && \
copy_bom -f ../../grpc_server.yaml --root image --include-dir /opt/occlum/etc/template && \
occlum build
if [ $? -ne 0 ]