diff --git a/ansible/roles/offline-installer/templates/build.sh.j2 b/ansible/roles/offline-installer/templates/build.sh.j2
index de2bb40138d9a1d20feee53bbd04b7f6f8b31823..77724ab634c9a7f58e86ab1ac87fb4878a59709f 100644
--- a/ansible/roles/offline-installer/templates/build.sh.j2
+++ b/ansible/roles/offline-installer/templates/build.sh.j2
@@ -8,7 +8,7 @@ set -eo pipefail
 if [ "{{offline_installer_type}}" == "windows32" ];
 then
 
-	docker run --rm -v ${PWD}:/project/ i386/node:8.16-stretch bash -x /project/32-bit-prerequisite.sh
+	docker run --rm -v ${PWD}:/private/ i386/node:8.16-stretch bash -x /private/32-bit-prerequisite.sh
 
 fi