pvanand commited on
Commit
69d0aca
·
1 Parent(s): c849ebc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ RUN python create_faiss_index.py
34
 
35
  USER 1001
36
 
37
- ENTRYPOINT [ "rasa" ]
38
 
39
  # Expose the port that the application listens on.
40
  EXPOSE 7860
 
34
 
35
  USER 1001
36
 
37
+ #ENTRYPOINT [ "rasa" ]
38
 
39
  # Expose the port that the application listens on.
40
  EXPOSE 7860