diff --git a/Dockerfile b/Dockerfile index 46ac634..c6c02e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,4 +12,4 @@ WORKDIR /cargo-stylus RUN cargo build --release --manifest-path main/Cargo.toml FROM --platform=${BUILD_PLATFORM} rust:${RUST_VERSION} AS cargo-stylus-base -COPY --from=builder /cargo-stylus/target/release/cargo-stylus /usr/local/bin/cargo-stylus \ No newline at end of file +COPY --from=builder /cargo-stylus/target/release/cargo-stylus /usr/local/bin/cargo-stylus