diff --git a/Dockerfile b/Dockerfile index 11bb61e..c6e4116 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,8 +37,8 @@ RUN \ echo "**** install raneto node dev modules and build ****" && \ cd /app/raneto && \ npm config set unsafe-perm true && \ - npm install --production && \ npm install gulp && \ + npm install --production && \ node node_modules/gulp/bin/gulp.js && \ npm uninstall gulp && \ echo "**** cleanup ****" && \ diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index 9feed07..1f9640e 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -37,8 +37,8 @@ RUN \ echo "**** install raneto node dev modules and build ****" && \ cd /app/raneto && \ npm config set unsafe-perm true && \ - npm install --production && \ npm install gulp && \ + npm install --production && \ node node_modules/gulp/bin/gulp.js && \ npm uninstall gulp && \ echo "**** cleanup ****" && \ diff --git a/Dockerfile.armhf b/Dockerfile.armhf index e5efc67..2bb4b38 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -37,8 +37,8 @@ RUN \ echo "**** install raneto node dev modules and build ****" && \ cd /app/raneto && \ npm config set unsafe-perm true && \ - npm install --production && \ npm install gulp && \ + npm install --production && \ node node_modules/gulp/bin/gulp.js && \ npm uninstall gulp && \ echo "**** cleanup ****" && \