From dd7a526054356404a8749c5c3f95dbb35e0b7202 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Fri, 27 Sep 2019 22:40:47 +0300 Subject: [PATCH] Update Dockerfile --- config_other/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_other/Dockerfile b/config_other/Dockerfile index f8a5e264..87e753ec 100644 --- a/config_other/Dockerfile +++ b/config_other/Dockerfile @@ -11,7 +11,7 @@ ENV MYSQL_DB "haproxywi2" ENV MYSQL_HOST 127.0.0.1 # Copy external files -COPY /config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf +COPY config_other/httpd/haproxy-wi.conf /etc/httpd/conf.d/haproxy-wi.conf # Yum clean cache RUN yum remove epel-release && \