fix(infra): convert apps/tools to submodule, fix Dockerfile paths

Move tools code to its own repo (asepharyana/asepharyana-hub-tools)
and add as git submodule following the existing app pattern.
Fix Dockerfile paths to use apps/tools/ prefix since build context
is the repo root.

Co-Authored-By: Kilo <kilo@kilo.ai>
This commit is contained in:
asepharyana
2026-07-24 13:11:54 +07:00
co-authored by Kilo
parent 67288c8723
commit d8b1457a11
100 changed files with 15 additions and 11390 deletions
+3
View File
@@ -4,3 +4,6 @@
[submodule "apps/hub"]
path = apps/hub
url = https://github.com/asepharyana/asepharyana-hub-hub.git
[submodule "apps/tools"]
path = apps/tools
url = https://github.com/asepharyana/asepharyana-hub-tools.git