Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
15
Star
86
Fork
22
everware
/
everware
Code
Issues
64
Pull requests
2
Projects
0
Wiki
Insights
Pulse
Graphs
Permalink
Browse files
fix Dockerfile
Loading branch information
...
1 parent
f109e2e
commit
d7003424d3ce9dd798ec4d9c4fb266336d05a99b
anaderi
committed
Apr 6, 2017
Unified
Split
Showing
1 changed file
with
3 additions
and
1 deletion
.
+3
−1
Dockerfile
Show comments
View
4
Dockerfile
@@ -3,7 +3,9 @@ RUN apt-get update && apt-get install make
COPY
. /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
8081
Toggle all file notes
0 comments on commit
d700342
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
d700342