matrix-spam-ml

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

commit cee430f270c4eeeb01eeadd7ea4768a47b0b3248
parent da021d7650364cf6bfea734df21c1463695083db
Author: MTRNord <mtrnord1@gmail.com>
Date:   Mon, 10 Oct 2022 22:15:32 +0200

Add EXPOSE

Diffstat:
MDockerfile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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