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 99e4ff2 commit f32c7e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ COPY crates /build/crates
COPY data /build/data
COPY src /build/src
COPY tests build/tests
RUN ls -al .
COPY default_diagnostic_templates 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 f32c7e3

Please sign in to comment.