Skip to content

Commit 2f15932

Browse files
author
Simon Siegert
committed
Add hadolint testfile
1 parent 81891e5 commit 2f15932

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

warn-hadolint/Dockerfile

+11
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)