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