Skip to content

Commit

Permalink
comment out wasmer part of dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjbrettj committed Mar 21, 2023
1 parent 63d71d9 commit 33aeca6
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 @@ -24,7 +24,7 @@ COPY go.mod go.sum ./
RUN go mod download

# Prepare libwasmer.so for COPY
RUN cp /go/pkg/mod/github.com/wasmerio/go-ext-wasm@*/wasmer/libwasmer.so libwasmer.so
#RUN cp /go/pkg/mod/github.com/wasmerio/go-ext-wasm@*/wasmer/libwasmer.so libwasmer.so

# Copy gossamer sources
COPY . .
Expand Down

0 comments on commit 33aeca6

Please sign in to comment.