Skip to content

Commit ada93e9

Browse files
authored
Merge pull request #1277 from GaloisInc/T1276-fix-crux-mir-Docker-entrypoint
Fix `crux-mir` Docker image entrypoint
2 parents 024be7e + 1258871 commit ada93e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/Dockerfile-crux-mir

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ ENV LANG=C.UTF-8 \
9292
PATH=/home/crux-mir/.cargo/bin:$PATH \
9393
CRUX_RUST_LIBRARY_PATH=/crux-mir/rlibs
9494

95-
ENTRYPOINT ["/usr/local/bin/cargo", "crux-test"]
95+
ENTRYPOINT ["/home/crux-mir/.cargo/bin/cargo", "crux-test"]

0 commit comments

Comments
 (0)