Fix file path for grpc demo
This commit is contained in:
parent
63deda28b9
commit
7dcf727782
@ -24,7 +24,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf image && \
|
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
|
occlum build
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
|
@ -23,7 +23,7 @@ then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
rm -rf image && \
|
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
|
occlum build
|
||||||
|
|
||||||
if [ $? -ne 0 ]
|
if [ $? -ne 0 ]
|
||||||
|
Loading…
Reference in New Issue
Block a user