diff --git a/docker_init.sh b/docker_init.sh index a8cbfeb9..4d571769 100755 --- a/docker_init.sh +++ b/docker_init.sh @@ -15,7 +15,7 @@ then : else indexpath=/app/dist/index.html - sed -i "s?/js/?${CRAWLAB_BASE_URL}/css/?g" ${indexpath} + sed -i "s?/js/?${CRAWLAB_BASE_URL}/js/?g" ${indexpath} sed -i "s?/css/?${CRAWLAB_BASE_URL}/css/?g" ${indexpath} fi