2026-08-28 09:07:31 +00:00
|
|
|
ARG BASE_IMAGE=myelin-node:latest
|
2026-08-27 22:09:26 +00:00
|
|
|
FROM ${BASE_IMAGE}
|
2026-08-28 09:07:31 +00:00
|
|
|
|
|
|
|
|
# Test-only source injector used by the generated E2E corpus. Production UI
|
|
|
|
|
# submissions materialize their selected file through the data namespace.
|
2026-08-27 22:09:26 +00:00
|
|
|
COPY apps/myelin/node-image/e2e_python_launcher.py /usr/local/bin/myelin-e2e-python
|
|
|
|
|
RUN chmod +x /usr/local/bin/myelin-e2e-python
|