Skip to content

Commit c631e5d

Browse files
authored
Merge pull request #237 from DevKor-github/feat/apple
오류 수정
2 parents 1e8fea4 + 41664ce commit c631e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
FROM openjdk:17-jre-alpine
1+
FROM openjdk:17-jdk-alpine
22
COPY build/libs/team-c-back-0.0.1-SNAPSHOT.jar app.jar
33
ENTRYPOINT ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)