diff --git a/Dockerfile b/Dockerfile index 5343fbf..02e2aa5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,5 @@ -FROM nginx -COPY . /usr/share/nginx/html +FROM httpd +MAINTAINER arun +LABEL Image creation +EXPOSE 80 +COPY . /usr/local/apache2/htdocs/