diff --git a/Develop b/Develop new file mode 100644 index 000000000..3f11fdd9c --- /dev/null +++ b/Develop @@ -0,0 +1,6 @@ +name= Dockerfile +FROM ubuntu +RUN apt update +RUN apt install apache2 -y +ADD . /var/www/html/ +ENTRYPOINT apachectl -D FOREGROUND