reactivate pytest in dockerfile

This commit is contained in:
leehk 2025-04-25 15:59:24 +08:00
parent 3752d85fde
commit 95cf1d304d

View File

@ -44,8 +44,8 @@ USER app
# Run python to initialize download of SentenceTransformer model
RUN pipenv run python utils/initialize_sentence_transformer.py
# # pytest
# RUN pipenv run pytest tests --disable-warnings
# pytest
RUN pipenv run pytest tests --disable-warnings
# expose the port the app runs on
EXPOSE 80