Skip to content

Commit 6bde112

Browse files
author
nimuy99
committed
#29 Fix: memecoin.json 파일 제거
1 parent a704b5b commit 6bde112

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ jobs:
2727
EOF
2828
shell: bash
2929

30-
- name: Ensure application.yml exists before Docker build
31-
run: |
32-
ls -l src/main/resources/application.yml
33-
echo "Checking application.yml content:"
34-
cat src/main/resources/application.yml || echo "application.yml is empty!"
35-
shell: bash
36-
3730
- name: Build with Gradle
3831
run: |
3932
chmod +x gradlew

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ COPY --from=builder /app/build/libs/*.jar app.jar
2121

2222
# 필요한 리소스 파일 복사
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
2524

2625
EXPOSE 8080
2726

0 commit comments

Comments
 (0)