We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e246b8e commit b24ead6Copy full SHA for b24ead6
1 file changed
Dockerfile
@@ -12,5 +12,5 @@ RUN cd librespeed-cli && \
12
13
FROM alpine:3.21.0 AS runtime
14
COPY --from=build /usr/local/bin/librespeed-cli /usr/local/bin/librespeed-cli
15
-CMD /usr/local/bin/librespeed-cli
+CMD ["/usr/local/bin/librespeed-cli"]
16
0 commit comments