lix02 commited on
Commit
21b41d8
·
verified ·
1 Parent(s): 883a252

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -44,8 +44,8 @@ RUN chmod -R 777 /aggregator
44
  # install dependencies
45
  RUN pip install -i ${PIP_INDEX_URL} --no-cache-dir -r requirements.txt
46
 
47
- # expose port 7860
48
- EXPOSE 7860
49
 
50
  # start and run
51
  CMD ["python", "-u", "subscribe/collect.py", "--all", "--overwrite", "--skip"]
 
44
  # install dependencies
45
  RUN pip install -i ${PIP_INDEX_URL} --no-cache-dir -r requirements.txt
46
 
47
+ # expose port 8501 (python)
48
+ EXPOSE 8501
49
 
50
  # start and run
51
  CMD ["python", "-u", "subscribe/collect.py", "--all", "--overwrite", "--skip"]