Mail Management Polri Auth Service
Go to file
2025-08-14 10:47:56 +07:00
.gradle initial commit 2025-07-25 18:00:13 +07:00
.idea initial commit 2025-07-25 18:00:13 +07:00
bin initial commit 2025-07-25 18:00:13 +07:00
conf initial commit 2025-07-25 18:00:13 +07:00
gradle/wrapper initial commit 2025-07-25 18:00:13 +07:00
sql initial commit 2025-07-25 18:00:13 +07:00
src initial commit 2025-07-25 18:00:13 +07:00
.gitignore initial commit 2025-07-25 18:00:13 +07:00
build.gradle adjustment-to-gradle 2025-07-26 03:51:01 +07:00
docker-compose.yml initial commit 2025-08-14 10:47:56 +07:00
Dockerfile initial commit 2025-07-25 18:00:13 +07:00
gradle.properties initial commit 2025-07-25 18:00:13 +07:00
gradlew initial commit 2025-07-25 18:00:13 +07:00
gradlew.bat initial commit 2025-07-25 18:00:13 +07:00
Jenkinsfile adjustment-to-gradle 2025-07-26 03:51:01 +07:00
README.md initial commit 2025-07-25 18:00:13 +07:00
settings.gradle adjustment-to-gradle 2025-07-26 03:51:01 +07:00

tte-auth-service

Welcome to tte-auth-service!!

running

./gradlew joobyRun

building

./gradlew build

docker

 docker build . -t tte-auth-service
 docker run -p 8080:8080 -it tte-auth-service