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: Use latest Docker image for PHP
Fix issue in saving custom code and fix dockerfile
Date: 3 months ago
Size: 209 bytes
 

Contents

Class file image Download
FROM php:apache RUN docker-php-ext-install pdo pdo_mysql mysqli && docker-php-ext-enable mysqli COPY . /var/www/html RUN chmod 755 -R /var/www/html/ RUN chown -R www-data:www-data /var/www/html/ EXPOSE 80