diff --git a/dockerfile b/dockerfile new file mode 100644 index 000000000..2044cad6c --- /dev/null +++ b/dockerfile @@ -0,0 +1,5 @@ +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ENTRYPOINT apachectl -D FOREGROUND +COPY . /var/www/html diff --git a/index.html b/index.html index 19c25caa0..b364c01ff 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,8 @@
-