also print pwd

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

View File

@ -5,7 +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/
RUN pwd && 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