PHP Classes

File: tests/docker/Dockerfile

Recommend this page to a friend!
  Classes of Insolita   Yii2 Fractal   tests/docker/Dockerfile   Download  
File: tests/docker/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Yii2 Fractal
Components to implement API based on JSON:API
Author: By
Last change:
Date: 13 days ago
Size: 222 bytes
 

Contents

Class file image Download
FROM yiisoftware/yii2-php:7.1-apache ENV INSIDE_DOCKER=1 COPY apache.conf /etc/apache2/sites-enabled/000-default.conf # enable xdebug RUN docker-php-ext-enable xdebug COPY xdebug.ini /usr/local/etc/php/conf.d/xdebug.ini