We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 303842e commit 7a55c72Copy full SHA for 7a55c72
1 file changed
Dockerfile
@@ -1,6 +1,6 @@
1
FROM eclipse-temurin:17-jre-alpine
2
WORKDIR /app
3
-COPY app.jar app.jar
+COPY build/libs/*.jar app.jar
4
EXPOSE 8080
5
# Cloud Run은 PORT 환경변수로 포트를 지정하므로 쉘 형식으로 확장
6
ENTRYPOINT ["sh", "-c", "java -jar -Dspring.profiles.active=dev -Duser.timezone=Asia/Seoul app.jar"]
0 commit comments