Skip to content

Latest commit

 

History

History

sami

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SAMI on Docker

This Dockerfile allow to use Sami (a PHP API documentation generator) over docker.

Usage

First, you need a Sami configuration file... see Sami's documentation

docker run --rm -u `id -u`:`id -g` \
	-v `pwd`:/build
	jeckel/sami update /build/samiConfig.php

Default working directory is /build.

Default docker entrypoint is sami, then all additional parameters will be directly used on sami command.