Compare commits

...

2 Commits

Author SHA1 Message Date
bd9b24cdbb merge upstream
All checks were successful
mnemo-build-and-publish / gractwo-mnemo-build (push) Successful in 3m1s
2026-04-03 13:00:28 +00:00
f16da888d5 don't mount nonexistent ./web/ 2026-04-03 14:59:54 +02:00

View File

@@ -21,7 +21,6 @@ RUN apk add --no-cache clang lld musl-dev git
# source code into the container. Once built, copy the executable to an # source code into the container. Once built, copy the executable to an
# output directory before the cache mounted /app/target is unmounted. # output directory before the cache mounted /app/target is unmounted.
RUN --mount=type=bind,source=src,target=src \ RUN --mount=type=bind,source=src,target=src \
--mount=type=bind,source=web,target=web \
--mount=type=bind,source=Cargo.toml,target=Cargo.toml \ --mount=type=bind,source=Cargo.toml,target=Cargo.toml \
--mount=type=bind,source=Cargo.lock,target=Cargo.lock \ --mount=type=bind,source=Cargo.lock,target=Cargo.lock \
--mount=type=cache,target=/app/target/ \ --mount=type=cache,target=/app/target/ \