We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81891e5 commit 2f15932Copy full SHA for 2f15932
warn-hadolint/Dockerfile
@@ -0,0 +1,11 @@
1
+FROM debian
2
+
3
+RUN node_version= "0.10" \
4
+ && apt-get update && apt-get -y install nodejs="$node_verson"
5
+ADD package.json usr/src/app
6
+RUN cd /usr/src/app \
7
+ && npm install node-static
8
9
10
+EXPOSE 80000
11
0 commit comments