From 459e253686bbe2b4196ca0a067ce65453733bbc0 Mon Sep 17 00:00:00 2001 From: czarly <379651+czarly@users.noreply.github.com> Date: Tue, 15 Mar 2022 16:27:43 +0400 Subject: [PATCH] missing Dockerfile --- haproxy/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 haproxy/Dockerfile diff --git a/haproxy/Dockerfile b/haproxy/Dockerfile new file mode 100644 index 00000000..6d8d71ab --- /dev/null +++ b/haproxy/Dockerfile @@ -0,0 +1,7 @@ +FROM haproxy:alpine + +USER root +RUN apk add --no-cache curl bash jq +USER haproxy + +CMD ["haproxy", "-f", "/usr/local/etc/haproxy/haproxy.cfg"] \ No newline at end of file