moazx commited on
Commit
240e5e9
·
1 Parent(s): 138f333

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,4 +47,4 @@ EXPOSE 7860
47
  WORKDIR /app
48
 
49
  # Command to run the FastAPI app
50
- CMD ["uvicorn api.app:app --host 0.0.0.0 --port 7860"]
 
47
  WORKDIR /app
48
 
49
  # Command to run the FastAPI app
50
+ CMD ["sh", "-c", "uvicorn api.app:app --host 0.0.0.0 --port 7860"]