We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 174d19f commit acb8510Copy full SHA for acb8510
1 file changed
PaS/Dockerfile
@@ -0,0 +1,5 @@
1
+FROM nginx:latest # VIOLATION! Uses the 'latest' tag.
2
+COPY . /usr/share/nginx/html
3
+
4
+# VIOLATION! No USER instruction defined to switch from root.
5
+CMD ["nginx", "-g", "daemon off;"]
0 commit comments