Skip to content

Commit

Permalink
fixing php docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneer-Shafi committed Jan 4, 2025
1 parent 40d1f11 commit b2d4544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile-php
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ RUN usermod -u 1000 www-data \
WORKDIR /var/www/demo/


COPY build/php/opcache.ini /usr/local/etc/php/conf.d/
COPY build/php/error_reporting.ini /usr/local/etc/php/conf.d/
# COPY build/php/opcache.ini /usr/local/etc/php/conf.d/
# COPY build/php/error_reporting.ini /usr/local/etc/php/conf.d/


# Run Composer install (uncomment if required during build)
Expand Down

0 comments on commit b2d4544

Please sign in to comment.