version: "3.9"
services:
nlu-api:
build:
context: ../nlu
dockerfile: Dockerfile
pull_policy: build
ports:
- ${NLP_PORT}:5000