randydev commited on
Commit
8967ff5
·
verified ·
1 Parent(s): ffe568e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -53,6 +53,4 @@ RUN chmod 777 /app
53
  RUN chown -R 1000:0 /.cache
54
  RUN chmod 777 /.cache
55
 
56
- EXPOSE 7860
57
-
58
- CMD ["bash", "-c", "python3 server.py & python3 -m chatbot"]
 
53
  RUN chown -R 1000:0 /.cache
54
  RUN chmod 777 /.cache
55
 
56
+ CMD ["bash", "-c", "python3 main.py"]