Permalink
Browse files

fix Dockerfile

  • Loading branch information...
1 parent f109e2e commit d7003424d3ce9dd798ec4d9c4fb266336d05a99b @anaderi anaderi committed Apr 6, 2017
Showing with 3 additions and 1 deletion.
  1. +3 −1 Dockerfile
View
@@ -3,7 +3,9 @@ RUN apt-get update && apt-get install make
COPY . /srv/everware COPY . /srv/everware
WORKDIR /srv/everware/ WORKDIR /srv/everware/
-RUN make install +RUN cd $(npm root -g)/npm && npm install fs-extra \
+ && sed -i -e s/graceful-fs/fs-extra/ -e s/fs.rename/fs.move/ ./lib/utils/rename.js
+RUN make clean install
EXPOSE 8000 EXPOSE 8000
EXPOSE 8081 EXPOSE 8081

0 comments on commit d700342

Please sign in to comment.