Some Error handling and acceptance tests
This commit is contained in:
6
docker/entrypoint-apidocs.sh
Normal file
6
docker/entrypoint-apidocs.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/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}
|
||||
Reference in New Issue
Block a user