copy instrumented image and symbols in Dockerfile.antithesis

This commit is contained in:
eric-dinh-antithesis
2025-06-19 17:08:25 -04:00
committed by GitHub
parent 74fc789719
commit dbdea044c2

View File

@@ -88,7 +88,8 @@ RUN pip install antithesis
WORKDIR /app
EXPOSE 8080
COPY --from=builder /usr/lib/libvoidstar.so* /usr/lib/
COPY --from=builder /app/target/release/limbo_stress /bin/limbo_stress
COPY --from=builder /app/target/antithesis/limbo_stress /bin/limbo_stress
COPY --from=builder /app/target/antithesis/limbo_stress /symbols
COPY stress/docker-entrypoint.sh /bin
RUN chmod +x /bin/docker-entrypoint.sh