From 1de2a25801880825eec18f91f20ffe219c46c23a Mon Sep 17 00:00:00 2001 From: Adolfo Delorenzo Date: Sat, 21 Jan 2023 21:21:28 +0000 Subject: [PATCH] first commit --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..4a1d891 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM haproxy:2.3 +COPY haproxy.cfg /usr/local/etc/haproxy/haproxy.cfg