Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -55,4 +55,4 @@ RUN chmod 777 /.cache
|
|
55 |
|
56 |
EXPOSE 7860
|
57 |
|
58 |
-
CMD ["bash", "-c", "python3 server.py & python3
|
|
|
55 |
|
56 |
EXPOSE 7860
|
57 |
|
58 |
+
CMD ["bash", "-c", "python3 server.py & python3 -m chatbot"]
|