Skip to content

Commit 7b348e4

Browse files
committed
Dockerfile: fix JSONArgsRecommended warning
1 warning found (use docker --debug to expand): - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 120) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent ff5fdfa commit 7b348e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ COPY --link --from=compose /docker-compose /usr/libexec/docker/cli-plugins/docke
117117
COPY --link . .
118118
ENV DOCKER_BUILDKIT=1
119119
ENV PATH=/go/src/github.com/docker/cli/build:$PATH
120-
CMD ./scripts/test/e2e/entry
120+
CMD ["./scripts/test/e2e/entry"]
121121

122122
FROM build-base-${BASE_VARIANT} AS dev
123123
COPY --link . .

0 commit comments

Comments
 (0)