diff --git a/Dockerfile b/Dockerfile index b3419c4b..b059fcfc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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