Skip to content

Commit a3a60a0

Browse files
authored
Merge pull request #239 from DevKor-github/feat/apple
오류 수정
2 parents d0917c3 + e3e4412 commit a3a60a0

2 files changed

Lines changed: 2 additions & 2 deletions

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-jdk-alpine
1+
FROM amazoncorretto:17-alpine
22
COPY build/libs/team-c-back-0.0.1-SNAPSHOT.jar app.jar
33
ENTRYPOINT ["java", "-jar", "app.jar"]

src/main/resources/logback-spring.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
3-
<property name="LOG_PATH" value="./logs"/>
3+
<property name="LOG_PATH" value="/logs"/>
44
<property name="APP_NAME" value="spring-api"/>
55

66
<!-- 콘솔 출력용 -->

0 commit comments

Comments
 (0)