/etc/haproxy already created during installation.

Causes error during image building
This commit is contained in:
AJ NOURI 2016-06-04 07:44:51 +02:00
parent 27fa0f468c
commit d6adc37f98

View File

@ -1,7 +1,6 @@
FROM alpine
RUN apk update
RUN apk add haproxy
RUN mkdir /etc/haproxy
ADD haproxy.cfg /etc/haproxy/haproxy.cfg
VOLUME /etc/haproxy/
CMD /usr/sbin/haproxy -fdV /etc/haproxy/haproxy.cfg