Skip to content

Commit

Permalink
fix: the binary atest-store-s3 is missing in docker image (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
LinuxSuRen authored Aug 1, 2023
1 parent c155865 commit 556d58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ LABEL "Name"="API testing"
COPY --from=builder /workspace/atest /usr/local/bin/atest
COPY --from=builder /workspace/atest-collector /usr/local/bin/atest-collector
COPY --from=builder /workspace/atest-store-orm /usr/local/bin/atest-store-orm
COPY --from=builder /workspace/atest-store-s3 /usr/local/bin/atest-store-s3
COPY --from=builder /workspace/LICENSE /LICENSE
COPY --from=builder /workspace/README.md /README.md

Expand Down

0 comments on commit 556d58f

Please sign in to comment.