6
0
Fork 0

修复 docker 配置

release
李静 2022-02-17 11:19:23 +08:00
parent 82ec938522
commit b880420f51
1 changed files with 0 additions and 7 deletions

View File

@ -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