mirror of
https://github.com/jaxperro/winning-wallet-finder.git
synced 2026-07-27 15:57:47 +00:00
d4053ee2b9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
6 lines
217 B
Docker
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"]
|