Skip to content

Commit 768f16a

Browse files
committed
tentative fix for dockerfile and copy file_checler_spec
1 parent 91f59e3 commit 768f16a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ RUN set -e \
3838
# Copy the built jar file to the runtime stage
3939
COPY --from=builder --chown=root:gcontainer --chmod=750 /build/target/file_checker*.jar app.jar
4040
# Copy the specs :
41+
# Debug: afficher le contenu du contexte de build
42+
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
4145
COPY file_checker_spec /app/file_checker_spec
4246
# Specify the default command for running the app
4347
ENTRYPOINT ["java", "-jar", "/app/app.jar"]

0 commit comments

Comments
 (0)