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