Spaces:
Sleeping
Sleeping
Merge branch 'main' of hf.co:spaces/muryshev/chatbot-demo-search
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -34,4 +34,4 @@ RUN pip install --user -r requirements.txt
|
|
34 |
EXPOSE 7860
|
35 |
|
36 |
|
37 |
-
CMD ["python", "app.py"]
|
|
|
34 |
EXPOSE 7860
|
35 |
|
36 |
|
37 |
+
CMD ["python", "app.py"]
|