Files
winning-wallet-finder_github/research/lagbot.Dockerfile
T
2026-07-23 16:54:53 -04:00

6 lines
217 B
Docker

# wwf-lagbot — one dep, no git, no clone (same discipline as the others).
FROM python:3.12-slim
RUN pip install --no-cache-dir websocket-client
COPY research/lagbot.py /lagbot.py
CMD ["python3", "-u", "/lagbot.py"]