diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 000000000..2e5aac32a --- /dev/null +++ b/Dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt-get update +RUN apt install apache2 -y +ADD index.html /var/www/html +ENTRYPOINT apachectl -D FOREFROUND