docs: typo

This commit is contained in:
Jack Wills
2024-05-07 19:44:38 +00:00
parent 465c60c211
commit 0445b39f9e
+1 -1
View File
@@ -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