From b880420f51a24b79bbafbe24e2968dbb0744c514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=9D=99?= Date: Thu, 17 Feb 2022 11:19:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20docker=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= 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 be3b90c8..063ef00f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,10 +23,3 @@ COPY ./docker/php/php.ini "$PHP_INI_DIR/" COPY --from=composer:2.1 /usr/bin/composer /usr/bin/composer -ARG PGID -ENV PGID ${PGID:-1000} -ARG PUID -ENV PUID ${PUID:-1000} - -RUN groupmod -g ${PGID} www-data && \ - usermod -u ${PUID} www-data