venni16 commited on
Commit
974b300
·
verified ·
1 Parent(s): eec1af0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -18,7 +18,7 @@ COPY . .
18
  RUN mkdir -p /tmp/materials
19
 
20
  # Expose port
21
- EXPOSE 7861
22
 
23
  # Start the application
24
- CMD uvicorn app:app --host 0.0.0.0 --port 7861
 
18
  RUN mkdir -p /tmp/materials
19
 
20
  # Expose port
21
+ EXPOSE 8080
22
 
23
  # Start the application
24
+ CMD uvicorn app:app --host 0.0.0.0 --port 8080