ClemSummer commited on
Commit
0d739fa
·
1 Parent(s): 31cc6ff

chore: trigger rebuild

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -31,4 +31,6 @@ RUN apt-get update && apt-get install -y curl
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/ || exit 1
32
 
33
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
34
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
 
 
 
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/ || exit 1
32
 
33
  #CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
34
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860", "--log-level", "debug"]
35
+
36
+ # some change to trigger rebuild