Rauhan commited on
Commit
38089bf
·
verified ·
1 Parent(s): 8b8440e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,6 +10,6 @@ RUN pip install -r requirements.txt
10
 
11
  EXPOSE 8080 7860
12
 
13
- RUN python backend.py
14
 
15
  CMD ["python", "app.py"]
 
10
 
11
  EXPOSE 8080 7860
12
 
13
+ CMD ["python", "backend.py"]
14
 
15
  CMD ["python", "app.py"]