Skip to content

Commit ec542bc

Browse files
committed
add missing file
1 parent ba38212 commit ec542bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ COPY ./certbot_entrypoint.sh /certbot_entrypoint.sh
55
RUN chmod +x /certbot_entrypoint.sh
66
RUN wget -O dataplaneapi.apk https://github.com/haproxytech/dataplaneapi/releases/download/v3.1.1/dataplaneapi_3.1.1_linux_amd64.apk
77
RUN apk add --allow-untrusted dataplaneapi.apk
8+
RUN mkdir /run/haproxy
9+
RUN touch /run/haproxy/admin.sock
810

911
VOLUME /etc/letsencrypt
1012
EXPOSE 80 443

0 commit comments

Comments
 (0)