Files
tripbuilder/docker/entrypoint-apidocs.sh
2017-05-15 08:56:10 -04:00

7 lines
172 B
Bash

#!/usr/bin/env sh
cd /src/
echo ${APP_DIR} : ${DOCS_DIR} : ${FILE_FILTER}
rm -rf ${DOCS_DIR} && mkdir -p ${DOCS_DIR}
apidoc -i ${APP_DIR} -o ${DOCS_DIR} -f ${FILE_FILTER}