Dockerfile 64 B

123
  1. FROM httpd:latest
  2. COPY site2 /usr/local/apache2/htdocs
  3. EXPOSE 80