Gajendra5490 commited on
Commit
d50d719
·
verified ·
1 Parent(s): 1f59941

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,4 +6,4 @@ COPY requirements.txt .
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
- CMD ["python", "your_script.py"]
 
6
 
7
  RUN pip install --no-cache-dir -r requirements.txt
8
 
9
+ CMD ["python", "app.py"]