FROM python:3.11-slim RUN pip install --no-cache-dir requests WORKDIR /app COPY keepalive.py . CMD ["python3", "-u", "keepalive.py"]