Initial commit

This commit is contained in:
2023-08-16 19:47:48 +03:00
commit 9cad55858c
5 changed files with 174 additions and 0 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM codemowers/microservice-base
RUN pip3 install kopf
ADD /app /app
ENTRYPOINT /app/app.py