diff --git a/services/web/bin/east b/services/web/bin/east index 29f2b3d31a..29efaa63bd 100755 --- a/services/web/bin/east +++ b/services/web/bin/east @@ -6,5 +6,5 @@ if [ -f /.dockerenv ]; then # I'm running inside docker npm run migrations -- "$@" else - ${SCRIPTPATH}/run web_v2 bin/east "$@" + ${SCRIPTPATH}/run web bin/east "$@" fi