- build : build the application
- clean : clean the application
The qorc-sdk needs to be mounted to the volume qorc-sdk in the docker container
docker run -v "<absolute-path-to-qorc-sdk-on-host>:/qorc-sdk" build <path-to-app>
docker run -v "<absolute-path-to-qorc-sdk-on-host>:/qorc-sdk" clean <path-to-app>
*Note: <path-to-app> should start with /qorc-sdk/*
docker run -v ":/qorc-sdk" build /qorc-sdk/qf_apps/qf_ssi_ai_app