We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39859de commit eec989eCopy full SHA for eec989e
Dockerfile
@@ -0,0 +1,8 @@
1
+FROM mkenney/npm:latest
2
+MAINTAINER Elliot Schlegelmilch <elliot@schlegelmilch.org>
3
+RUN ls -dla /usr/local/lib/node_modules
4
+
5
+RUN npm install -g phantomjs-prebuilt
6
+RUN npm install -g uncss
7
8
+CMD [ "/bin/bash" ]
0 commit comments