[#28] 쿠버네티스 환경 배포 #29

Merged
pricelees merged 25 commits from infra/#28 into main 2025-08-04 05:59:38 +00:00
Showing only changes of commit 329139b87c - Show all commits

View File

@ -1,7 +1,7 @@
FROM gradle:8-jdk17 AS builder FROM gradle:8-jdk17 AS builder
WORKDIR /app WORKDIR /app
COPY . . COPY . .
RUN gradle bootJar --no-daemon RUN ./gradlew bootjar --no-daemon
FROM amazoncorretto:17 FROM amazoncorretto:17
WORKDIR /app WORKDIR /app