diff --git a/Dockerfile.phpfpm b/Dockerfile.phpfpm index a8a8a85..f479d78 100644 --- a/Dockerfile.phpfpm +++ b/Dockerfile.phpfpm @@ -60,7 +60,6 @@ RUN npm run build COPY cmd/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh RUN chmod +x /usr/local/bin/docker-entrypoint.sh -# RUN chown -R www:www /var/www # add supervisord config and a log dir (kept before switching to non-root user) COPY ./docker/supervisord.conf /etc/supervisord.conf