PHP Classes

File: .docker/Dockerfile

Recommend this page to a friend!
  Classes of WsdlToPhp   Package Base   .docker/Dockerfile   Download  
File: .docker/Dockerfile
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Package Base
Base classes for implementing a package generator
Author: By
Last change: issue #32 - migrate to PHP >= 7.4
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/