PHP Classes

File: Docker/fpm.docker

Recommend this page to a friend!
  Classes of Kamil   PHP API Tutorial Training Server   Docker/fpm.docker   Download  
File: Docker/fpm.docker
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP API Tutorial Training Server
Implementation of a REST API for learning purposes
Author: By
Last change:
Date: 2 years ago
Size: 293 bytes
 

Contents

Class file image Download
FROM php:7.1-fpm RUN apt-get update && apt-get install -y \ libmcrypt-dev \ zlib1g-dev \ libssl-dev \ libpq-dev \ p7zip-full \ libzip-dev \ libmcrypt-dev \ mysql-client \ && docker-php-ext-install mcrypt mbstring pdo_mysql zip WORKDIR /app