remove line copying haproxy.cfg from Dockerfile because it will be volumized instead

This commit is contained in:
Jonathan Math 2021-02-17 09:31:18 -05:00
parent a36b7334ce
commit 2d192607fd

View file

@ -7,4 +7,3 @@ WORKDIR /srv/newsblur
RUN /bin/bash -c 'echo "ENABLED=1" | tee /etc/default/haproxy'
RUN /bin/bash -c 'mkdir -p /srv/newsblur/config/certificates/'
COPY 'config/haproxy_rsyslog.conf' '/etc/rsyslog.d/49-haproxy.conf'
COPY './docker/haproxy/haproxy.dev.conf' '/usr/local/etc/haproxy/haproxy.cfg'