Compare commits
2 Commits
bc44efad1a
...
bd9b24cdbb
| Author | SHA1 | Date | |
|---|---|---|---|
| bd9b24cdbb | |||
|
f16da888d5
|
@@ -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
|
||||
# output directory before the cache mounted /app/target is unmounted.
|
||||
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.lock,target=Cargo.lock \
|
||||
--mount=type=cache,target=/app/target/ \
|
||||
|
||||
Reference in New Issue
Block a user