An open API service indexing awesome lists of open source software.

https://github.com/cspray/dockerize-composer-json

Create a Dockerfile to run a PHP app from a composer.json file
https://github.com/cspray/dockerize-composer-json

Last synced: 3 months ago
JSON representation

Create a Dockerfile to run a PHP app from a composer.json file

Awesome Lists containing this project

README

          

# Phockerfile

A PHP library for generating a Dockerfile to run a PHP application based on a `composer.json` file. A project with the following goal:

Based on the PHP version and extensions defined in your `composer.json` generate a Dockerfile that will successfully execute code from that library or package.

## Quick Start

_To be determined_