From 81bca37e5fc75f65899099d7bad1b967ab34c704 Mon Sep 17 00:00:00 2001 From: yohan Date: Sat, 29 Dec 2018 00:46:34 +0000 Subject: [PATCH] Revert test --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 01117c5..18b6d8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,5 +11,4 @@ EXPOSE 443 COPY apache2.conf /etc/apache2/ COPY other-vhosts-access-log.conf /etc/apache2/conf-available/ RUN rm -f /etc/apache2/sites-enabled/* -ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"] -RUN echo test \ No newline at end of file +ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"] \ No newline at end of file