Add EXPOSE

This commit is contained in:
MTRNord 2022-10-10 22:15:32 +02:00
parent da021d7650
commit cee430f270
1 changed files with 1 additions and 0 deletions

View File

@ -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"]