mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-01-29 15:43:55 +00:00
/etc/haproxy already created during installation.
Causes error during image building
This commit is contained in:
parent
27fa0f468c
commit
d6adc37f98
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user