We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768f16a commit 7f966b6Copy full SHA for 7f966b6
1 file changed
Dockerfile
@@ -43,6 +43,7 @@ RUN echo "=== Listing build context ===" && ls -la / || true
43
RUN echo "=== Current directory ===" && pwd && ls -la . || true
44
RUN echo "=== Looking for file_checker_spec ===" && find / -name "file_checker_spec" -type d 2>/dev/null || true
45
COPY file_checker_spec /app/file_checker_spec
46
+RUN echo "=== Content of file_checker_spec ===" && ls -la /app/file_checker_spec/
47
# Specify the default command for running the app
48
ENTRYPOINT ["java", "-jar", "/app/app.jar"]
49
0 commit comments