everything

This commit is contained in:
harrispm 2024-11-05 21:46:26 -06:00
parent 8aadf69aaa
commit 96e028110d
877 changed files with 3046 additions and 0 deletions

10
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