filmm commited on
Commit
1f67c14
·
verified ·
1 Parent(s): 3041ada

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ RUN chmod +x setup.sh && ./setup.sh
15
  # Install Python dependencies
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
- CMD ["python", "app.py"]
 
15
  # Install Python dependencies
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
18
+ CMD ["python", "app.py"]