Update 'Dockerfile'

This commit is contained in:
mslot 2023-01-25 07:46:07 +00:00
parent 7f6ca9596d
commit f9c4e8cdd9
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ COPY ./server /app/server
RUN --mount=type=cache,target=/usr/local/cargo/registry <<EOF
set -e
# update timestamps to force a new build
touch /app/host/srcmain.rs /app/server/src/lib.rs /app/kernel/src/lib.rs
touch /app/host/src/main.rs /app/server/src/lib.rs /app/kernel/src/lib.rs
cargo build --release
EOF