occlum/demos/python/flask/flask.yaml
2022-03-07 16:05:08 +08:00

24 lines
449 B
YAML

includes:
- base.yaml
targets:
- target: /usr/bin
createlinks:
- src: /opt/python-occlum/bin/python3
linkname: python3
# python packages
- target: /opt
copy:
- dirs:
- ../python-occlum
# below are python code and data
- target: /bin
copy:
- files:
- ../rest_api.py
# Flask server key/cert
- target: /etc
copy:
- files:
- ../flask.crt
- ../flask.key