mirror of
https://github.com/Supernova3339/anonupload.git
synced 2026-07-13 10:12:03 +02:00
Create dockerfile
This commit is contained in:
4
dockerfile
Normal file
4
dockerfile
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM php:7.4-apache
|
||||
COPY . /var/www/html
|
||||
RUN docker-php-ext-install pdo_mysql
|
||||
CMD ["apache2ctl", "-D", "FOREGROUND"]
|
||||
Reference in New Issue
Block a user