계정 발급, 수정 임시비밀번호 로직 변경

This commit is contained in:
comicgum
2026-09-17 15:44:25 +09:00
parent ef277abe70
commit d70c457d10
13 changed files with 289 additions and 141 deletions
+4 -4
View File
@@ -1,8 +1,8 @@
# docker build -t hd1-was:1.0.8 .
# docker tag hd1-was:1.0.8 192.168.219.191:19101/hd1-was:1.0.8
# docker push 192.168.219.191:19101/hd1-was:1.0.8
# docker build -t hd1-was:1.1.0 .
# docker tag hd1-was:1.1.0 192.168.219.191:19101/hd1-was:1.1.0
# docker push 192.168.219.191:19101/hd1-was:1.1.0
# or
# .\_docker_push.bat 1.0.8
# .\_docker_push.bat 1.1.0
FROM eclipse-temurin:21-jdk
WORKDIR /app