randydev commited on
Commit
c7617cd
1 Parent(s): 3ea8ec0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 main.py"]
 
55
 
56
  EXPOSE 7860
57
 
58
+ CMD ["bash", "-c", "python3 server.py & python3 -m chatbot"]