This repository has been archived on 2020-05-25. You can view files and clone it, but cannot push or open issues or pull requests.
frontend-docker/build/HAProxy/Dockerfile

5 lines
117 B
Docker

FROM haproxy:alpine
COPY --chown=nobody:nogroup haproxy.conf /usr/local/etc/haproxy/haproxy.cfg
USER nobody:nogroup