fix: Dockerfile includes ip_echo_preflight.py

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix/kind-mount-propagation
A. F. Dudley 2026-03-10 06:08:22 +00:00
parent 61b7f6a236
commit 08380ec070
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ RUN useradd -m -s /bin/bash agave \
COPY --from=builder /solana-release/bin/ /usr/local/bin/
# Copy entrypoint and support scripts
COPY entrypoint.py snapshot_download.py /usr/local/bin/
COPY entrypoint.py snapshot_download.py ip_echo_preflight.py /usr/local/bin/
COPY start-test.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/entrypoint.py /usr/local/bin/start-test.sh