Skip to content

Commit

Permalink
Update unit files
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Jan 21, 2025
1 parent 761e731 commit 64f768d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion 8/8.3/Dockerfile.nunit.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ FROM ghcr.io/islamic-network/php:8.3-unit
ENV PROVISION_CONTEXT "nunit_development"

# Add Development PHP.ini
RUN rm /usr/local/etc/php/conf.d/development.ini
COPY etc/php/development.ini /usr/local/etc/php/conf.d/development.ini

# Remove Production PHP.ini
RUN rm -rf /usr/local/etc/php/conf.d/production.ini
4 changes: 3 additions & 1 deletion 8/8.4/Dockerfile.nunit.dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ FROM ghcr.io/islamic-network/php:8.2-unit
ENV PROVISION_CONTEXT "nunit_development"

# Add Development PHP.ini
RUN rm /usr/local/etc/php/conf.d/development.ini
COPY etc/php/development.ini /usr/local/etc/php/conf.d/development.ini

# Remove Production PHP.ini
RUN rm -rf /usr/local/etc/php/conf.d/production.ini

0 comments on commit 64f768d

Please sign in to comment.