Skip to content

Commit

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

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

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

0 comments on commit e282a1b

Please sign in to comment.