Skip to content

Commit fc85af0

Browse files
authored
Fix for Dockerfile smell DL3025 (#67)
Signed-off-by: Giovanni Rosa <[email protected]>
1 parent 28e7069 commit fc85af0

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
@@ -27,4 +27,4 @@ COPY --from=builder \
2727
/home/rust/finch/target/x86_64-unknown-linux-musl/release/finch* \
2828
/usr/local/bin/
2929

30-
CMD /bin/bash
30+
CMD ["/bin/bash"]

0 commit comments

Comments
 (0)