andrehoffmann80 commited on
Commit
4ce4ec2
·
verified ·
1 Parent(s): cb6e177

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ COPY src/ ./src/
13
 
14
  RUN pip3 install -r requirements.txt
15
 
16
- EXPOSE 8501
17
 
18
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
19
 
 
13
 
14
  RUN pip3 install -r requirements.txt
15
 
16
+ EXPOSE 7860
17
 
18
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
19