From b3515bc0636e15d42c796ac31e4e088c007e55b2 Mon Sep 17 00:00:00 2001 From: throwaway Date: Fri, 9 Feb 2024 01:59:25 -0800 Subject: modify docker entrypoint --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 266f701..62638c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,7 @@ WORKDIR /var/www/html/4get RUN apk update && apk upgrade RUN apk add php apache2-ssl php82-fileinfo php82-openssl php82-iconv php82-common php82-dom php82-curl curl php82-pecl-apcu php82-apache2 imagemagick php82-pecl-imagick php-mbstring imagemagick-webp imagemagick-jpeg -COPY ./apache/httpd.conf /etc/apache2/httpd.conf -COPY ./apache/conf.d/ssl.conf /etc/apache2/conf.d/ssl.conf +COPY ./docker/apache/ /etc/apache2/ COPY . . RUN chmod 777 /var/www/html/4get/icons -- cgit v1.2.3