PHP Classes

File: .docker/Dockerfile

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP Code Generator   .docker/Dockerfile   Download  
File: .docker/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Code Generator
Generate PHP code elements programatically
Author: By
Last change: Implement declare statement,
Code requires PHP 7.4,
Code cleaning and various tests
Date: 3 years ago
Size: 182 bytes
 

Contents

Class file image Download
FROM splitbrain/phpfarm:jessie RUN apt-get update && apt-get install -y git zip COPY --from=composer:latest /usr/bin/composer /usr/bin/composer COPY . /var/www/ WORKDIR /var/www/