pvanand commited on
Commit
14e6d61
·
1 Parent(s): e582175

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ COPY . .
31
  USER 1001
32
 
33
  # set entrypoint for interactive shells
34
- # ENTRYPOINT [ "rasa" ]
35
 
36
  # Expose the port that the application listens on.
37
  EXPOSE 7860
 
31
  USER 1001
32
 
33
  # set entrypoint for interactive shells
34
+ ENTRYPOINT [ "rasa" ]
35
 
36
  # Expose the port that the application listens on.
37
  EXPOSE 7860