diff --git a/Dockerfile1 b/Dockerfile1 new file mode 100644 index 00000000..ea348b9e --- /dev/null +++ b/Dockerfile1 @@ -0,0 +1,5 @@ +FROM nginx +RUN apt-get update +RUN apt-get install git -y +RUN git clone https://github.com/edureka-devops/projCert.git +COPY projCet /var/www/html