mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-24 19:44:21 +01:00
copy instrumented image and symbols in Dockerfile.antithesis
This commit is contained in:
committed by
GitHub
parent
74fc789719
commit
dbdea044c2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user