From 2a9f648647f51159d9119cdfb230cabab26ae47f Mon Sep 17 00:00:00 2001 From: Gus Smith Date: Thu, 8 Feb 2024 10:42:23 -0800 Subject: [PATCH] Fix command --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f12e63..e256966 100644 --- a/Dockerfile +++ b/Dockerfile @@ -64,7 +64,7 @@ ADD --keep-git-dir=false . . # Build Rust package. WORKDIR /root/churchroad -RUN cargo build --manifest-path +RUN cargo build WORKDIR /root/churchroad CMD [ "/bin/bash", "run-tests.sh" ]