We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a44c2bc commit b517e63Copy full SHA for b517e63
Dockerfile
@@ -0,0 +1,5 @@
1
+FROM codedevote/dotnet-mono
2
+MAINTAINER [email protected]
3
+
4
+RUN curl -sL https://deb.nodesource.com/setup_6.x | bash - \
5
+ && apt-get install -y nodejs
0 commit comments