commit | 84ba2ec5a37957d9501e18491f5c0c6900fa2125 | [log] [tgz] |
---|---|---|
author | Mohammed Naser <mnaser@vexxhost.com> | Mon Nov 28 04:31:51 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Wed Nov 30 19:47:55 2022 -0500 |
tree | 46d90ae960f2a140169cd51ddb7529572506d041 | |
parent | 2f1cfea41bead876a24875751c7cdd71728a6141 [diff] [blame] |
feat: add endpoint, implied_role, role & service
diff --git a/Dockerfile b/Dockerfile index 7c2ffd3..67faa28 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -21,4 +21,4 @@ FROM python:3.10-slim AS runtime ENV PATH="/app/.venv/bin:$PATH" COPY --from=builder --link /app /app -CMD ["atmosphere-operator"] +CMD ["kopf", "run", "/app/atmosphere/cmd/operator.py"]