Skip to content

Commit

Permalink
fix: Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 27, 2025
1 parent 6804834 commit 38acaf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN go mod download
COPY . .
RUN go install github.com/antithesishq/antithesis-sdk-go/tools/antithesis-go-instrumentor@v0.4.3 \
&& mkdir /antithesis \
&& antithesis-go-instrumentor /go/src/github.com/0xPolygon/cdk-data-availability /antithesis
RUN make build
&& antithesis-go-instrumentor . /antithesis
RUN cd /antithesis && make build

# CONTAINER FOR RUNNING BINARY
FROM debian:bookworm-slim
Expand Down

0 comments on commit 38acaf8

Please sign in to comment.