We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a704b5b commit 6bde112Copy full SHA for 6bde112
.github/workflows/deploy.yml
@@ -27,13 +27,6 @@ jobs:
27
EOF
28
shell: bash
29
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
-
37
- name: Build with Gradle
38
run: |
39
chmod +x gradlew
Dockerfile
@@ -21,7 +21,6 @@ COPY --from=builder /app/build/libs/*.jar app.jar
21
22
# 필요한 리소스 파일 복사
23
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
25
26
EXPOSE 8080
0 commit comments