Skip to content

Commit

Permalink
chore(docker): Add log in Dockerfile to debug docker build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lquerel committed May 28, 2024
1 parent 03e654c commit 3dcce6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ COPY data /build/data
COPY src /build/src
COPY tests build/tests
COPY default_diagnostic_templates build/default_diagnostic_templates
# Debug: List contents of the directory to verify it was copied correctly
RUN ls -al /build/default_diagnostic_templates

# Don't build release, so we get template debugging output.
RUN cargo build

Expand Down

0 comments on commit 3dcce6f

Please sign in to comment.