commit 1de2a25801880825eec18f91f20ffe219c46c23a Author: Adolfo Delorenzo Date: Sat Jan 21 21:21:28 2023 +0000 first commit 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