diff --git a/repo/entrypoint.sh b/repo/entrypoint.sh index cb6d8ae..dfe0889 100755 --- a/repo/entrypoint.sh +++ b/repo/entrypoint.sh @@ -10,4 +10,5 @@ done cd /piston/repo ./mkindex.sh -[[ $SERVER -eq 1 ]] && python3 -m http.server \ No newline at end of file +[[ $SERVER -eq 1 ]] && python3 -m http.server +exit 0 \ No newline at end of file