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 c829544 commit 4142cb0Copy full SHA for 4142cb0
1 file changed
v8/Dockerfile
@@ -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