Skip to content

Commit 7f966b6

Browse files
committed
tentative fix for dockerfile and copy file_checler_spec
1 parent 768f16a commit 7f966b6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ RUN echo "=== Listing build context ===" && ls -la / || true
4343
RUN echo "=== Current directory ===" && pwd && ls -la . || true
4444
RUN echo "=== Looking for file_checker_spec ===" && find / -name "file_checker_spec" -type d 2>/dev/null || true
4545
COPY file_checker_spec /app/file_checker_spec
46+
RUN echo "=== Content of file_checker_spec ===" && ls -la /app/file_checker_spec/
4647
# Specify the default command for running the app
4748
ENTRYPOINT ["java", "-jar", "/app/app.jar"]
4849

0 commit comments

Comments
 (0)