swactor/apps/myelin/node-image/Dockerfile.e2e

8 lines
334 B
Text
Raw Permalink Normal View History

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