FROM dynverse/dynwrappy:v0.1.0

COPY definition.yml run.py /code/

ENTRYPOINT ["/code/run.py"]