pranit144 commited on
Commit
729adc8
·
verified ·
1 Parent(s): 0720a29

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -9,3 +9,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
9
 
10
  COPY . .
11
  CMD ["gunicorn", "main:app", "-b", "0.0.0.0:7860"]
 
 
9
 
10
  COPY . .
11
  CMD ["gunicorn", "main:app", "-b", "0.0.0.0:7860"]
12
+