Skip to content

Commit

Permalink
fix: add build setup for validator script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeancarloBarrios committed Oct 16, 2023
1 parent 7244ebf commit 737bfd6
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions dockers/sedad.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,7 @@ RUN apt-get update && apt-get install ca-certificates -y \


COPY --from=builder /go/bin/seda-chaind /usr/local/bin/
#COPY --from=builder /go/pkg/mod/github.com/\!cosm\!wasm/wasmvm\@v*/internal/api/libwasmvm.*.so /usr/lib/
COPY --from=builder /go/pkg/mod/github.com/\!cosm\!wasm/wasmvm\@v*/internal/api/libwasmvm.*.so /usr/lib/


FROM ubuntu:23.04
EXPOSE 26656 26657 1317 9090

COPY --from=builder /go/bin/seda-chaind /usr/local/bin/

RUN seda-chaind create validator


0 comments on commit 737bfd6

Please sign in to comment.