Skip to content

Commit a704b5b

Browse files
author
nimuy99
committed
#29 Fix: memecoin.json 파일 추가
1 parent 235e859 commit a704b5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ WORKDIR /app
1919
# JAR 파일 복사
2020
COPY --from=builder /app/build/libs/*.jar app.jar
2121

22-
# application.yml을 Docker 컨테이너 내부로 복사
22+
# 필요한 리소스 파일 복사
2323
COPY src/main/resources/application.yml /app/config/application.yml
24+
COPY src/main/resources/memecoin-storage/memecoin.json src/main/resources/memecoin-storage/memecoin.json
2425

2526
EXPOSE 8080
2627

0 commit comments

Comments
 (0)