New Coregrade

This commit is contained in:
CHIEFSOFT\ameye
2024-10-10 14:29:52 -04:00
parent ef905e9ed6
commit 612f101232
166 changed files with 12749 additions and 22 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM php:7.4-apache
FROM php:8.1-apache
RUN echo "ServerName localhost" >> /etc/apache2/apache2.conf
RUN apt-get clean
RUN apt-get update