Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|