nyx/tests/repro_fixtures/python-3.11/repro/harness/Dockerfile.harness

4 lines
82 B
Text

FROM python:3.11
WORKDIR /harness
COPY harness.py .
CMD ["python3", "harness.py"]