diff --git a/entrypoint.sh b/entrypoint.sh index 2fcee71..c847b67 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1 +1,3 @@ +#!/bin/sh + echo "Hello World" \ No newline at end of file