Skip to content

Commit b3e170a

Browse files
committed
include latest devnet circuit-blobs in build
1 parent f78eb87 commit b3e170a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,8 @@ COPY --from=wasm_files . /usr/local/apache2/htdocs/assets/webnode/pkg/
142142
# Copy circuit blobs for devnet and mainnet from local directory
143143
COPY circuit-blobs/3.0.1devnet /usr/local/apache2/htdocs/assets/webnode/circuit-blobs/3.0.1devnet
144144
COPY circuit-blobs/3.0.0mainnet /usr/local/apache2/htdocs/assets/webnode/circuit-blobs/3.0.0mainnet
145+
COPY circuit-blobs/berkeley-devnet /usr/local/apache2/htdocs/assets/webnode/circuit-blobs/berkeley-devnet
146+
COPY circuit-blobs/berkeley_rc1 /usr/local/apache2/htdocs/assets/webnode/circuit-blobs/berkeley_rc1
145147

146148
# Create startup script and setup directories
147149
COPY ./frontend/docker/startup.sh /usr/local/bin/startup.sh

0 commit comments

Comments
 (0)