raannakasturi commited on
Commit
8df5725
·
verified ·
1 Parent(s): 58c978b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -24,7 +24,7 @@ RUN mkdir -p /app/cache
24
  ENV REQUESTS_CACHE_NAME=/app/cache/citeas_cache
25
 
26
  # Expose port
27
- EXPOSE 8000
28
 
29
  # Start the app
30
- CMD ["gunicorn", "--bind", "0.0.0.0:8000", "views:app", "-w", "3"]
 
24
  ENV REQUESTS_CACHE_NAME=/app/cache/citeas_cache
25
 
26
  # Expose port
27
+ EXPOSE 7860
28
 
29
  # Start the app
30
+ CMD ["gunicorn", "--bind", "0.0.0.0:7860", "views:app", "-w", "3"]