From c873e4d2615832a81df1fadc21e55cc7c91a4a87 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 28 May 2026 16:40:03 +0800 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20resolve=20F-19=20=E2=80=94=20rem?= =?UTF-8?q?ove=20redundant=20COPY=20and=20dead=20comments=20in=20Dockerfil?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9613e1fc..f7626bfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,9 +31,6 @@ RUN apt-get -y install --fix-missing \ libwebp-dev \ libxpm-dev -#RUN curl https://maatwebsite.sh -#RUN tar -xvf blalsa . -# COPY fileni kesitu # Install PHP extensions RUN docker-php-ext-configure gd \ --with-freetype \ @@ -72,10 +69,6 @@ WORKDIR /var/www/html RUN groupadd -g 1000 www RUN useradd -u 1000 -ms /bin/bash -g www www -# Copy existing application directory contents -COPY ./src /var/www/html - -# Copy existing application directory permissions COPY --chown=www:www ./src /var/www/html # Change current user to www