We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac8393 commit daabf51Copy full SHA for daabf51
1 file changed
Dockerfile
@@ -32,4 +32,4 @@ COPY . ${WORKDIR}
32
RUN find . -type f -print0 | xargs -0 dos2unix --
33
34
# Build project
35
-CMD sh -c ${WORKDIR}/test_runner.sh
+CMD ["./test_runner.sh"]
0 commit comments