Update Dockerfile

pull/161/head
Pavel Loginov 2019-09-27 22:40:47 +03:00 committed by GitHub
parent 6e35ab064f
commit dd7a526054
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 && \