Merge pull request #5 from thelamer/master

bugfix for new external Raneto release
This commit is contained in:
aptalca 2019-08-11 21:02:28 -04:00 committed by GitHub
commit a334f8d855
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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 ****" && \

View File

@ -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 ****" && \

View File

@ -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 ****" && \