randydev commited on
Commit
255cfcd
·
verified ·
1 Parent(s): ed341ed

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -20,4 +20,6 @@ RUN pip3 install -r requirements.txt
20
 
21
  RUN chmod -R 777 /usr/src/app
22
 
23
- CMD ["python3", "main.py"]
 
 
 
20
 
21
  RUN chmod -R 777 /usr/src/app
22
 
23
+ EXPOSE 7860
24
+
25
+ CMD ["bash", "-c", "python3 server.py & python3 main.py"]