PHP Classes

File: uploady/Dockerfile

Recommend this page to a friend!
  Classes of Faris AL-Otabi   Uploady PHP Upload File to MySQL   uploady/Dockerfile   Download  
File: uploady/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Uploady PHP Upload File to MySQL
Store file upload details in a MySQL database
Author: By
Last change:
Date: 2 months ago
Size: 184 bytes
 

Contents

Class file image Download
FROM php:8.2-apache RUN docker-php-ext-install pdo_mysql COPY . /var/www/html RUN chmod 777 -R /var/www/html/uploads RUN chown -R www-data:www-data /var/www/html/uploads EXPOSE 80