From 04e832f512eee0dc7b3b51afbfd9b69d2eccdd0c Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Sat, 2 Oct 2021 11:41:51 -0400 Subject: [PATCH] added docker notes --- CHANGELOG.md | 2 +- README.md | 1 + build.json | 3 ++- wiki | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35611f2c..c0cf8881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ ## Changelog -### **HEAD -> main** 2021/10/01 mandic00@live.com +### **HEAD -> main** 2021/10/02 mandic00@live.com - breaking change: new similarity and match methods - release candidate diff --git a/README.md b/README.md index f96998ae..5806289d 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Check out [**Live Demo**](https://vladmandic.github.io/human/demo/index.html) ap - [**Performance Profiling**](https://github.com/vladmandic/human/wiki/Profiling) - [**Platform Support**](https://github.com/vladmandic/human/wiki/Platforms) - [**Diagnostic and Performance trace information**](https://github.com/vladmandic/human/wiki/Diag) +- [**Dockerize Human applications**](https://github.com/vladmandic/human/wiki/Docker) - [**List of Models & Credits**](https://github.com/vladmandic/human/wiki/Models) - [**Models Download Repository**](https://github.com/vladmandic/human-models) - [**Security & Privacy Policy**](https://github.com/vladmandic/human/blob/main/SECURITY.md) diff --git a/build.json b/build.json index a8baf517..279008f8 100644 --- a/build.json +++ b/build.json @@ -7,7 +7,8 @@ }, "profiles": { "production": ["clean", "compile", "typings", "typedoc", "lint", "changelog"], - "development": ["serve", "watch", "compile"] + "development": ["serve", "watch", "compile"], + "serve": ["serve"] }, "clean": { "locations": ["dist/*", "types/*", "typedoc/*"] diff --git a/wiki b/wiki index 3cc1daff..89065def 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 3cc1daff22fc725f9fc8dd83a17a0f7152d1b714 +Subproject commit 89065def6080803129c020a2c824f6bdb0db9851