mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-24 20:28:06 +02:00
4 lines
82 B
Text
4 lines
82 B
Text
FROM python:3.11
|
|
WORKDIR /harness
|
|
COPY harness.py .
|
|
CMD ["python3", "harness.py"]
|