vineelagampa commited on
Commit
2ed4064
·
verified ·
1 Parent(s): ba2d97d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,5 +53,5 @@ HEALTHCHECK --interval=30s --timeout=10s --retries=3 \
53
  CMD curl -fsS "http://127.0.0.1:${PORT}/health" || exit 1
54
 
55
  # Use $PORT when present (Render sets it), default to 8000 locally - application started
56
- CMD ["sh","-c","uvicorn backend:app --host 0.0.0.0 --port ${PORT:-8000
57
 
 
53
  CMD curl -fsS "http://127.0.0.1:${PORT}/health" || exit 1
54
 
55
  # Use $PORT when present (Render sets it), default to 8000 locally - application started
56
+ CMD ["sh","-c","uvicorn backend:app --host 0.0.0.0 --port ${PORT:-8000}"]
57