This commit is contained in:
traveler 2025-06-25 14:07:44 -05:00
commit 123fae9451
53 changed files with 3976 additions and 0 deletions

10
docker2/PHP.Dockerfile Executable file
View file

@ -0,0 +1,10 @@
FROM php:fpm
RUN docker-php-ext-install pdo pdo_mysql
RUN apt update
RUN apt-get install -y git
RUN apt-get install -y unzip
RUN curl -o install https://getcomposer.org/installer
RUN php install
# RUN mv composer.phar /usr/local/bin/composer
# RUN php composer.phar require square/square