Skip to content

Commit

Permalink
style: add trailing enter
Browse files Browse the repository at this point in the history
  • Loading branch information
jpedroh committed May 24, 2024
1 parent b8305dc commit 9381b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN cargo build --release

FROM gcr.io/distroless/cc-debian12
COPY --from=build /usr/src/generic-merge/target/release/generic-merge /
CMD [ "./generic-merge" ]
CMD [ "./generic-merge" ]

0 comments on commit 9381b97

Please sign in to comment.