PHP Classes

File: docker/php/Dockerfile

Recommend this page to a friend!
  Classes of Nahidul Hasan   Lumen PHP JWT API Authentication   docker/php/Dockerfile   Download  
File: docker/php/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Lumen PHP JWT API Authentication
Create an API that supports JSON Web tokens
Author: By
Last change:
Date: 4 years ago
Size: 216 bytes
 

Contents

Class file image Download
FROM php:7.0-fpm RUN docker-php-ext-install pdo_mysql RUN apt-get update && apt-get install -y \ libmcrypt-dev \ && docker-php-ext-install -j$(nproc) mcrypt \ && docker-php-ext-install -j$(nproc) pdo