Procid commited on
Commit
82a7a38
·
verified ·
1 Parent(s): aba1281

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,4 +7,5 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
 
10
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "backend_api:app"]
 
7
 
8
  COPY . .
9
 
10
+ WORKDIR /app/backend
11
  CMD ["gunicorn", "-b", "0.0.0.0:7860", "backend_api:app"]