1
0
Fork 0

Update Dockerfile

This commit is contained in:
Joao Gilberto Magalhaes 2019-07-11 01:28:07 -05:00
parent d3687d7632
commit f6e2351f9d

View file

@ -5,7 +5,7 @@ RUN apk add --no-cache bash python3 py-yaml
COPY entrypoint.* / COPY entrypoint.* /
COPY conf.d /etc/haproxy/conf.d COPY conf.d /etc/haproxy/conf.d
COPY assets/errors-custom/* /etc/haproxy/errors-custom/ COPY assets/errors-custom/* /etc/haproxy/errors-custom/
RUN pip install --upgrade pip \ RUN pip3 install --upgrade pip \
&& pip install -r requirements.txt && pip install -r requirements.txt
ENTRYPOINT [ "/entrypoint.sh" ] ENTRYPOINT [ "/entrypoint.sh" ]