Skip to content

Commit

Permalink
chore: Update Dockerfile-php to allow superuser for Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneer-Shafi committed Jan 4, 2025
1 parent b4bc430 commit 940b8c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN curl -sS https://get.symfony.com/cli/installer | bash \
# Install Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
RUN chmod +x /usr/bin/composer
ENV COMPOSER_ALLOW_SUPERUSER 1
ENV COMPOSER_ALLOW_SUPERUSER=1

# Set up permissions
RUN usermod -u 1000 www-data \
Expand Down

0 comments on commit 940b8c1

Please sign in to comment.