motsobelal commited on
Commit
2bce1f5
·
verified ·
1 Parent(s): 8628def

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,7 +23,7 @@ COPY . .
23
  RUN pip install --no-cache-dir -e .[api]
24
 
25
  # Expose port
26
- EXPOSE 8000
27
 
28
  # Create non-root user
29
  RUN useradd --create-home --shell /bin/bash app \
 
23
  RUN pip install --no-cache-dir -e .[api]
24
 
25
  # Expose port
26
+ EXPOSE 7860
27
 
28
  # Create non-root user
29
  RUN useradd --create-home --shell /bin/bash app \