Add caddy-autogen app, tests, and agent policy updates
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
FROM python:3.12.8-alpine
|
||||
WORKDIR /app
|
||||
COPY discovery_agent.py /app/discovery_agent.py
|
||||
USER 65532:65532
|
||||
CMD ["python3", "/app/discovery_agent.py"]
|
||||
Reference in New Issue
Block a user