Spaces:
Sleeping
Sleeping
init
Browse files- 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"]
|