1
0
Fork 0

Added Custom Config

This commit is contained in:
Joao Gilberto Magalhaes 2018-09-17 01:38:26 -05:00
parent 4aa00d15fa
commit de0c7a93b8
5 changed files with 50 additions and 8 deletions

View file

@ -2,7 +2,8 @@ FROM haproxy:1.8-alpine
RUN apk add --no-cache bash
COPY entrypoint.sh /
COPY *.sh /
COPY conf.d /etc/haproxy/conf.d
COPY assets/errors-custom/* /etc/haproxy/errors-custom/
ENTRYPOINT [ "/entrypoint.sh" ]