Skip to content

Commit eec989e

Browse files
authored
Create Dockerfile
1 parent 39859de commit eec989e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)