Update Dockerfile
This commit is contained in:
parent
d3687d7632
commit
f6e2351f9d
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue