mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-02-19 04:46:46 +01:00
5 lines
117 B
Plaintext
5 lines
117 B
Plaintext
FROM php:7.4-apache
|
|
COPY . /var/www/html
|
|
RUN docker-php-ext-install pdo_mysql
|
|
CMD ["apache2ctl", "-D", "FOREGROUND"]
|