Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Feb 27, 2025
1 parent 38acaf8 commit c35ab85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY . .
RUN go install github.com/antithesishq/antithesis-sdk-go/tools/antithesis-go-instrumentor@v0.4.3 \
&& mkdir /antithesis \
&& antithesis-go-instrumentor . /antithesis
RUN cd /antithesis && make build
RUN cd /antithesis/customer && make build

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

0 comments on commit c35ab85

Please sign in to comment.