FROM httpd:alpine EXPOSE 80 COPY ./docs /usr/local/apache2/htdocs RUN chown -R 1000 /usr/local/apache2/htdocs