charlyghislaindotcom/Dockerfile

12 lines
205 B
Docker

FROM docker.valuya.be/apache2:28
RUN a2ensite default \
&& a2enmod rewrite
ADD docker/app-content.conf /etc/apache2/
HEALTHCHECK --interval=10s --timeout=3s \
CMD /check-http-status.sh localhost