Skip to content

Commit acb8510

Browse files
authored
Create Dockerfile
1 parent 174d19f commit acb8510

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

PaS/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)