Debug where the release is build in

This commit is contained in:
MTRNord 2022-10-10 20:52:53 +02:00
parent c8f3f6db2d
commit 3b63434ac5
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ COPY ./crates /app/crates
COPY ./Cargo.toml /app
COPY ./Cargo.lock /app
RUN cargo build --release
RUN ls -la ./target && ls -la ./target/release && ls -la /app/target/ && ls -la /app/target/release/
ENV MODEL_PATH /app/models/matrix_spam
# Copy the model files to the image