Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 508 Bytes

File metadata and controls

19 lines (11 loc) · 508 Bytes

Swagger PHP Docker

Travis badge

This is a lightweight Docker image to use zircote/swagger-php in containers.

It runs on the official php7-alpine image with no additions (no composer in the final image)

Usage

docker run -v "$PWD":/app -it pathmotion/swagger-php src/
docker run -v "$PWD":/app -it pathmotion/swagger-php src/ --output doc.yaml --format yaml --debug