cheekeong2025 commited on
Commit
793578a
·
verified ·
1 Parent(s): 8c7f09a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -8,7 +8,6 @@ RUN python -m pip install --upgrade pip \
8
 
9
  ENV PORT=7860
10
  EXPOSE 7860
11
-
12
  HEALTHCHECK CMD curl --fail http://localhost:7860/health || exit 1
13
 
14
  CMD ["uvicorn", "loader:app", "--host", "0.0.0.0", "--port", "7860"]
 
8
 
9
  ENV PORT=7860
10
  EXPOSE 7860
 
11
  HEALTHCHECK CMD curl --fail http://localhost:7860/health || exit 1
12
 
13
  CMD ["uvicorn", "loader:app", "--host", "0.0.0.0", "--port", "7860"]