Dockerfile compiles in release mode
This commit is contained in:
parent
fb8442ff6a
commit
2332c7b509
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ RUN cd libsnark-$libsnarkcommit \
|
|||
|
||||
ENV LD_LIBRARY_PATH $LD_LIBRARY_PATH:/usr/local/lib
|
||||
|
||||
#COPY . /root/VerifiableStatementCompiler
|
||||
COPY . /root/VerifiableStatementCompiler
|
||||
|
||||
#RUN cd VerifiableStatementCompiler \
|
||||
# && cargo build --release
|
||||
RUN cd VerifiableStatementCompiler \
|
||||
&& cargo build --release
|
||||
|
|
Loading…
Reference in a new issue