feat: SearchHr 툴 추가 및 categoryKey 버그 핫픽스 적용

This commit is contained in:
jade
2026-07-13 11:45:05 +09:00
parent e140b3d4d4
commit da314fbe65
12 changed files with 225 additions and 2 deletions

4
axhub-tool-hr/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM eclipse-temurin:21-jdk-alpine
WORKDIR /app
COPY build/libs/axhub-tool-hr-0.0.1-SNAPSHOT.jar app.jar
ENTRYPOINT ["java", "-jar", "app.jar"]