From 7cf7e936227762a2d5ae9abb498c7022c0167744 Mon Sep 17 00:00:00 2001 From: luming Date: Mon, 15 Jan 2024 17:41:08 +0800 Subject: [PATCH] modify Dockerfile. --- caddy-with-php/supervisor/buildx/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/caddy-with-php/supervisor/buildx/Dockerfile b/caddy-with-php/supervisor/buildx/Dockerfile index e37aa0f..967b40d 100644 --- a/caddy-with-php/supervisor/buildx/Dockerfile +++ b/caddy-with-php/supervisor/buildx/Dockerfile @@ -108,9 +108,9 @@ RUN set -eux; \ apk del .build-deps; \ curl --tlsv1 -v -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer; -COPY ../listener.php /srv/listener.php -COPY ../supervisord.conf /etc/supervisord.conf -COPY ../conf /etc/supervisor/conf.d/ +COPY listener.php /srv/listener.php +COPY supervisord.conf /etc/supervisord.conf +COPY conf /etc/supervisor/conf.d/ EXPOSE 80 EXPOSE 443