Rauhan commited on
Commit
0c61862
·
verified ·
1 Parent(s): 68b7d01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN pip install -r requirements.txt
10
 
11
  EXPOSE 8080 7860
12
 
13
- CMD "python backend.py" && "python3 -m flask --app app --debug --host 0.0.0.0 --port 7860"
 
10
 
11
  EXPOSE 8080 7860
12
 
13
+ CMD "python backend.py"