From 0445b39f9ee5e4eb49eae7257fcf17f00e57dede Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 7 May 2024 19:44:38 +0000 Subject: [PATCH] docs: typo --- containerised/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containerised/Dockerfile b/containerised/Dockerfile index 7c12c96..5cceeca 100644 --- a/containerised/Dockerfile +++ b/containerised/Dockerfile @@ -37,7 +37,7 @@ RUN cargo build --target $(cat /.platform) --release # Now copy in the rest of the sources COPY src /usr/src/oxker/src/ -## Touch main.rs to prevent cached release build +# Touch main.rs to prevent cached release build RUN touch /usr/src/oxker/src/main.rs # This is the actual application build