Skip to content

Commit

Permalink
Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
gussmith23 committed Feb 8, 2024
1 parent 890c3fa commit 2a9f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]

0 comments on commit 2a9f648

Please sign in to comment.