Skip to content

Commit 962c129

Browse files
fix(docker): correct binary name in artifacts COPY
[[bin]] name is "mt", not "mt-tauri" Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7deae6f commit 962c129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.linux-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,4 +127,4 @@ RUN cargo tauri bundle \
127127
FROM scratch AS artifacts
128128

129129
COPY --from=build /build/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb /
130-
COPY --from=build /build/target/x86_64-unknown-linux-gnu/release/mt-tauri /mt-tauri
130+
COPY --from=build /build/target/x86_64-unknown-linux-gnu/release/mt /mt

0 commit comments

Comments
 (0)