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 3dcce6f commit 4753a09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ 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
RUN ls -al /build/

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

0 comments on commit 4753a09

Please sign in to comment.