diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 00000000..e7ef306e --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM httpd:latest +RUN apt-get update +RUN apt-get install -y git +EXPOSE 80 +RUN git clone https://github.com/carkev/static-website-example.git /var/www/html/ diff --git a/Exam Devops - Kevin CARRILLO - Master 1 angers.pdf b/Exam Devops - Kevin CARRILLO - Master 1 angers.pdf new file mode 100644 index 00000000..0fce406d Binary files /dev/null and b/Exam Devops - Kevin CARRILLO - Master 1 angers.pdf differ