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"]