Skip to content

Commit 3d8f704

Browse files
committed
Fix
1 parent ef1c8d9 commit 3d8f704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ USER docker
2727

2828
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
2929

30-
CMD ["start.sh"]
30+
CMD ["/bin/bash", "/start.sh"]

0 commit comments

Comments
 (0)