matrix-spam-ml

git clone git://archive.git.mtrnord.blog/MTRNord/matrix-spam-ml.git
Log | Files | Refs | Submodules | README | LICENSE

commit c8f3f6db2d8564a7240b4a75874f371aeb9e6ec9
parent da93da3719b2b2287d82e35db6bdd4679500b86e
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Oct 2022 20:40:59 +0200

Fix docker image

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -10,4 +10,4 @@ ENV MODEL_PATH /app/models/matrix_spam # Copy the model files to the image COPY ./models/spam_keras_1664583738.3207538 /app/models/matrix_spam -CMD ["./target/release/model_server"] +CMD ["/app/target/release/model_server"]