Skip to content

Commit daabf51

Browse files
authored
Converts CMD to JSON format, Resolves #3 (#4)
1 parent 9ac8393 commit daabf51

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
@@ -32,4 +32,4 @@ COPY . ${WORKDIR}
3232
RUN find . -type f -print0 | xargs -0 dos2unix --
3333

3434
# Build project
35-
CMD sh -c ${WORKDIR}/test_runner.sh
35+
CMD ["./test_runner.sh"]

0 commit comments

Comments
 (0)