occlum/demos/remote_attestation/init_ra_flow/flask.yaml
2022-03-09 15:53:45 +08:00

18 lines
353 B
YAML

includes:
- base.yaml
targets:
- target: /usr/bin
createlinks:
- src: /opt/python-occlum/bin/python3
linkname: python3
# python packages
- target: /opt
copy:
- dirs:
- ${FLASK_DIR}/python-occlum
# below are python code and data
- target: /bin
copy:
- files:
- ${FLASK_DIR}/rest_api.py