We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e4f0c commit 41f8082Copy full SHA for 41f8082
frontend/Dockerfile
@@ -62,6 +62,7 @@ RUN make setup-wasm
62
63
# Copy source code required for WASM build
64
COPY Cargo.toml Cargo.lock ./
65
+COPY .cargo/config.toml ./.cargo/config.toml
66
COPY cli ./cli
67
COPY core ./core
68
COPY fuzzer ./fuzzer
@@ -137,7 +138,7 @@ COPY Makefile ./
137
138
COPY frontend/httpd.conf /usr/local/apache2/conf/httpd.conf
139
140
# Copy WASM files from build stage
-COPY --from=wasm_files . /usr/local/apache2/htdocs/assets/webnode/pkg/
141
+COPY --from=wasm_files . /usr/local/apache2/htdocs/assets/webnode/
142
143
# Copy circuit blobs for devnet and mainnet from local directory
144
COPY circuit-blobs/3.0.1devnet /usr/local/apache2/htdocs/assets/webnode/circuit-blobs/3.0.1devnet
0 commit comments