Skip to content

Commit 071f5d7

Browse files
Create Dockerfile
1 parent 7e88a64 commit 071f5d7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
FROM NGINX:latest
2+
RUN apt-get update -y
3+
WORKDIR /usr/share/nginx/html
4+
RUN touch index.html
5+
RUN echo "Docker file for Jenkins Testing" > index.html

0 commit comments

Comments
 (0)