Leeps Claude Opus 4.6 (1M context) commited on
Commit
9c05e86
·
1 Parent(s): 4e0b4e0

Trigger rebuild

Browse files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. 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"]