ZULYN45RBZOKP5C2IRCMCE3MYQEUMZ5XRJTEVC3HSGATKHOEGJKAC version: "3.3"services:api:image: ptc:latestbuild:context: ./dockerfile: Dockerfilevolumes:- .:/src
### DependenciesTo install dependencies, use `make ops` to start a shell with pipenv files in sync.After that, run the pipenv commands you need. for example, `pipenv install pytest --dev`
ops: # use this to install packages, and run system operationsdocker-compose -f compose-ops.yml run --rm api bash