Skip to content
Snippets Groups Projects
Commit a2dd620f authored by D4rkHeart's avatar D4rkHeart
Browse files

[Feat] Updated php from 7.3 to 8.0

parent eeb3f0aa
No related branches found
No related tags found
1 merge request!3[MRG] Merging multiple version to the main
......@@ -12,5 +12,10 @@
</rule>
</rules>
</rewrite>
<handlers>
<clear />
<add name="PHP" path="*.php" verb="*" type="" modules="FastCgiModule" scriptProcessor="C:\Program Files\PHP\v8.0\php-cgi.exe" resourceType="Either" requireAccess="Script" allowPathInfo="false" preCondition="" responseBufferLimit="4194304" />
<add name="StaticFile" path="*" verb="*" type="" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" scriptProcessor="" resourceType="Either" requireAccess="Read" allowPathInfo="false" preCondition="" responseBufferLimit="4194304" />
</handlers>
</system.webServer>
</configuration>
\ No newline at end of file
</configuration>
#FROM php:7.3-stretch
FROM php:7.3-apache
FROM php:8.0-apache
RUN apt-get update; apt-get install -yq git vim zip;
RUN curl -sS https://getcomposer.org/installer | php
......
FROM php:7-apache
FROM php:8.0-apache
RUN apt-get update;
RUN apt-get install -f -y msmtp msmtp-mta;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment