Spaces:
Sleeping
Sleeping
Trigger rebuild
Browse filesCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -72,4 +72,5 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
|
|
| 72 |
# Use exec to replace the shell with uvicorn so it receives SIGINT/SIGTERM directly
|
| 73 |
ENV ENABLE_WEB_INTERFACE=true
|
| 74 |
ENV OPENENV_ENVIRONMENT="drone_forest"
|
|
|
|
| 75 |
CMD ["sh", "-c", "cd /app/env && exec uvicorn server.app:app --host 0.0.0.0 --port 8000"]
|
|
|
|
| 72 |
# Use exec to replace the shell with uvicorn so it receives SIGINT/SIGTERM directly
|
| 73 |
ENV ENABLE_WEB_INTERFACE=true
|
| 74 |
ENV OPENENV_ENVIRONMENT="drone_forest"
|
| 75 |
+
# Force rebuild: v2
|
| 76 |
CMD ["sh", "-c", "cd /app/env && exec uvicorn server.app:app --host 0.0.0.0 --port 8000"]
|