Files
R-clone-setup/send-to-friend/agent-deploy/agent/Dockerfile

4 lines
82 B
Docker

FROM python:3.12-alpine
COPY agent.py /agent.py
CMD ["python", "-u", "/agent.py"]