JunRecFour6 commited on
Commit
daae8b7
·
verified ·
1 Parent(s): f91e542

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,3 +8,5 @@ RUN pip install --no-cache-dir -r requirements.txt
8
  COPY . .
9
 
10
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
 
 
 
8
  COPY . .
9
 
10
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
11
+
12
+ # Force rebuild