Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -31,7 +31,7 @@ COPY . .
|
|
31 |
USER 1001
|
32 |
|
33 |
# set entrypoint for interactive shells
|
34 |
-
|
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
|