Skip to content
This repository was archived by the owner on May 22, 2019. It is now read-only.

Commit b20020b

Browse files
committed
MAINT: Changed the name of the enigma-core binary
1 parent 45358ed commit b20020b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ARG SGX_MODE
2222
RUN echo "#!/bin/bash \n\
2323
/opt/intel/sgxpsw/aesm/aesm_service \n\
2424
. /opt/sgxsdk/environment && . /root/.cargo/env && cd /root/enigma-core/enigma-core && SGX_MODE=$SGX_MODE RUSTFLAGS=-Awarnings make \n\
25-
cd /root/enigma-core/enigma-core/bin && ./app" > /root/compile_launch.bash
25+
cd /root/enigma-core/enigma-core/bin && ./enigma-core-app" > /root/compile_launch.bash
2626
RUN chmod +x /root/compile_launch.bash
2727

2828
# Agressive build: we build it even it fails. Will always return true

0 commit comments

Comments
 (0)