Skip to content

Conversation

@pgsshiho
Copy link

@pgsshiho pgsshiho commented Apr 3, 2025

🐋 Dockerfile 내용

FROM gradle:8-jdk-alpine AS builder
WORKDIR /app
COPY --chown=gradle:gradle . .
RUN gradle build --no-daemon
FROM openjdk:17-jdk-slim AS runtime
WORKDIR /app
COPY --from=builder /app/build/libs/*.jar app.jar
ENV APP_JAR=app.jar
CMD ["java", "-jar", "$APP_JAR"]

📷 API 요청 결과 스크린샷

ㅁㄴㅇㅁㄴㅇ
화면 캡처 2025-03-20 172924
![화면 캡처 2025-03-20 173337](https://github.co
화면 캡처 2025-04-03 173215
m/user-attachments/assets/57b6ebae-c089-41fa-a07e-1af2b5b040b0)
화면 캡처 2025-04-03 173234

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants