commit 88d588d02323e4bc1571b98cec3805a4e1cb6fff parent 3b63434ac559ef6558acd43ff2b17872ae378bb1 Author: MTRNord <mtrnord1@gmail.com> Date: Mon, 10 Oct 2022 20:53:09 +0200 also print pwd Diffstat:
| M | Dockerfile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Dockerfile b/Dockerfile @@ -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