diff --git a/api/Dockerfile b/api/Dockerfile index 74fc85d..53e21ba 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -37,7 +37,7 @@ RUN groupadd -g 1000 www && \ useradd -u 1000 -ms /bin/bash -g www www # Copy existing application directory contents with correct permissions -COPY --chown=www:www . /var/www +COPY --chown=1000:1000 . /var/www # Copy PHP configuration COPY ./php/local.ini /usr/local/etc/php/conf.d/local.ini