diff --git a/nlu/Dockerfile b/nlu/Dockerfile index 129d52e..e460d96 100644 --- a/nlu/Dockerfile +++ b/nlu/Dockerfile @@ -15,5 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r /app/requirements.txt # Copy source code COPY . . +EXPOSE 5000 + # Entrypoint CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]