Skip to content

Commit 7e6d2ee

Browse files
committed
fix: dockerfile
1 parent 97f3de0 commit 7e6d2ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ COPY . .
55
RUN --mount=type=cache,target=/volume/target \
66
--mount=type=cache,target=/root/.cargo/registry \
77
cargo build --release -p pulsebeam && \
8-
mv /volume/target/x86_64-unknown-linux-musl/release/pulsebeam /volume/pulsebeam-bin
8+
mv /volume/target/release/pulsebeam /volume/pulsebeam-bin
99

1010

1111
FROM cgr.dev/chainguard/static

0 commit comments

Comments
 (0)