Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehao committed Aug 3, 2024
1 parent fa0c9b0 commit bf77089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dockerfiles/coordinator-api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ COPY --from=zkp-builder /app/target/release/libzkp.so ./coordinator/internal/log
RUN cd ./coordinator && \
CGO_LDFLAGS="-Wl,--no-as-needed -ldl" make coordinator_api_skip_libzkp && \
mv ./build/bin/coordinator_api /bin/coordinator_api && \
mv internal/logic/verifier/lib /bin/ \
mv internal/logic/verifier/lib /bin/ && \
cp ./download_assets.sh /bin/

# Pull coordinator into a second stage deploy ubuntu container
Expand Down

0 comments on commit bf77089

Please sign in to comment.