Remove debug code

This commit is contained in:
MTRNord 2022-10-10 21:01:35 +02:00
parent 88d588d023
commit 6871e75997
1 changed files with 0 additions and 1 deletions

View File

@ -5,7 +5,6 @@ COPY ./crates /app/crates
COPY ./Cargo.toml /app
COPY ./Cargo.lock /app
RUN cargo build --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