mirror of
https://github.com/linuxserver/docker-raneto.git
synced 2026-02-20 02:30:54 +08:00
Merge pull request #5 from thelamer/master
bugfix for new external Raneto release
This commit is contained in:
commit
a334f8d855
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
@ -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 ****" && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user