1
0
Fork 0

Added Custom Error messages

This commit is contained in:
Joao Gilberto Magalhaes 2018-09-17 00:53:36 -05:00
parent 80b49c6185
commit 20b27713bd
9 changed files with 186 additions and 2 deletions

View file

@ -3,6 +3,7 @@ FROM haproxy:1.8-alpine
RUN apk add --no-cache bash
COPY entrypoint.sh /
COPY assets/errors-custom/* /etc/haproxy/errors-custom/
ENTRYPOINT [ "/entrypoint.sh" ]
CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg"]
CMD ["haproxy", "-f", "/etc/haproxy/haproxy.cfg"]