Skip to content

Commit 4142cb0

Browse files
committed
Added nodejs 8 with npm 5 [closes #1]
1 parent c829544 commit 4142cb0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

v8/Dockerfile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
FROM dockette/alpine:edge
2+
3+
MAINTAINER Milan Sulc <[email protected]>
4+
5+
RUN apk update && apk upgrade && \
6+
apk add nodejs-current-npm && \
7+
rm -rf /var/cache/apk/*
8+
9+
CMD nodejs

0 commit comments

Comments
 (0)