yalsaffar commited on
Commit
aa4aced
·
1 Parent(s): aa7cb02
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -97,4 +97,4 @@ EXPOSE 3000
97
  ENV IN_DOCKER=True
98
 
99
  # Run the FastAPI app and Node.js server
100
- CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port 8000 & /app/wait-for-it.sh --url http://0.0.0.0:8000/health --strict -- node /app/app/server.js"]
 
97
  ENV IN_DOCKER=True
98
 
99
  # Run the FastAPI app and Node.js server
100
+ CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port 8000 & sleep 45 && /app/wait-for-it.sh --url http://0.0.0.0:8000/health --strict --timeout=300 -- node /app/app/server.js"]