Files
zima-apps/Apps/caddy-autogen/agent/Dockerfile
T

6 lines
147 B
Docker

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