Add docs server Dockerfile

This commit is contained in:
2022-06-25 21:10:15 -05:00
parent afbf6e7682
commit 1be73dd347
3 changed files with 6 additions and 6 deletions

View File

@@ -56,6 +56,7 @@
"app": "tsc && node lib/index.js",
"prepare": "pnpm run build",
"docs:build": "typedoc --options typedoc.json",
"docs:build:docker": "pnpm run docs:build && docker image build docs -t ${DOCKER_REGISTRY}/extollo/docs:latest && docker push ${DOCKER_REGISTRY}/extollo/docs:latest",
"lint": "eslint . --ext .ts",
"lint:fix": "eslint --fix . --ext .ts"
},