Revert test

This commit is contained in:
yohan 2018-12-29 00:46:34 +00:00
parent 0a35ce7994
commit 81bca37e5f

View File

@ -11,5 +11,4 @@ EXPOSE 443
COPY apache2.conf /etc/apache2/ COPY apache2.conf /etc/apache2/
COPY other-vhosts-access-log.conf /etc/apache2/conf-available/ COPY other-vhosts-access-log.conf /etc/apache2/conf-available/
RUN rm -f /etc/apache2/sites-enabled/* RUN rm -f /etc/apache2/sites-enabled/*
ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"] ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"]
RUN echo test