This repository has been archived on 2025-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
users-proxy/Dockerfile
2023-08-16 19:47:48 +03:00

5 lines
93 B
Docker

FROM codemowers/microservice-base
RUN pip3 install kopf
ADD /app /app
ENTRYPOINT /app/app.py