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
- Host: GitHub
- URL: https://github.com/cspray/dockerize-composer-json
- Owner: cspray
- License: mit
- Created: 2022-06-25T23:38:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-25T23:47:10.000Z (almost 4 years ago)
- Last Synced: 2025-03-14T20:57:52.708Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_