Skip to content

Commit f79233a

Browse files
author
Chris Park
committed
Removed /bin/bash from Dockerfile so that return code is valid
1 parent 8d4ccc2 commit f79233a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ RUN chmod 755 /nodejs-dev/runAll.sh
1212
#set the working directory
1313
WORKDIR /nodejs-dev
1414

15-
CMD ./runAll.sh $API_KEY $FILENAME $ALT_URL $GIT_USERNAME $VERSION ; /bin/bash
15+
CMD ./runAll.sh $API_KEY $FILENAME $ALT_URL $GIT_USERNAME $VERSION
1616

1717
VOLUME ["/source"]

0 commit comments

Comments
 (0)