Fix error
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabian Stamm 2021-04-21 19:54:57 +02:00
parent 1d936181e7
commit 99bd881adf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ LABEL maintainer "Fabian Stamm <dev@fabianstamm.de>"
RUN echo http://dl-cdn.alpinelinux.org/alpine/v3.9/community >> /etc/apk/repositories
RUN apk add --no-cache php7 php7-fpm php7-opcache php7-curl php7-json php7-zip
RUN sed 's/listen = 127.0.0.1:9000/listen = \/run\/php-fpm.sock/g'
RUN cat /etc/php7/php-fpm.d/www.conf | sed 's/listen = 127.0.0.1:9000/listen = \/run\/php-fpm.sock/g' > /etc/php7/php-fpm.d/www.conf
COPY --from=builder /usr/bin/caddy /usr/bin/caddy