PHP Classes

File: docker/php/php7/Dockerfile

Recommend this page to a friend!
  Classes of Istvan Dobrentei   PHP Timesheet Management System   docker/php/php7/Dockerfile   Download  
File: docker/php/php7/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Timesheet Management System
Manage project tasks and the respective work times
Author: By
Last change:
Date: 5 years ago
Size: 259 bytes
 

Contents

Class file image Download
FROM php:7.1-fpm RUN apt-get update && apt-get install -y \ && docker-php-ext-install pdo_mysql RUN usermod -u 1000 www-data RUN usermod -G staff www-data RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/bin/ --filename=composer