commit 3b63434ac559ef6558acd43ff2b17872ae378bb1
parent c8f3f6db2d8564a7240b4a75874f371aeb9e6ec9
Author: MTRNord <mtrnord1@gmail.com>
Date: Mon, 10 Oct 2022 20:52:53 +0200
Debug where the release is build in
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/Dockerfile b/Dockerfile
@@ -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