mirror of
https://github.com/hexastack/hexabot
synced 2024-11-26 05:48:55 +00:00
Merge pull request #286 from Hexastack/fix/hexabot-nlu-dockerfile-expose-port
fix: missing nlu dockerfile expose port
This commit is contained in:
commit
2f83009127
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user