1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Dockerfile compiles in release mode

This commit is contained in:
Dennis Kuhnert 2017-07-06 15:06:09 +02:00
parent fb8442ff6a
commit 2332c7b509

View file

@ -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