ArchitSharma commited on
Commit
770a249
1 Parent(s): f35928e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,4 +2,4 @@ FROM continuumio/anaconda3:4.4.0
2
  COPY . /usr/app/
3
  WORKDIR /usr/app/
4
  RUN pip install -r requirements.txt
5
- CMD ["python", "main.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ArchitSharma-Movie-Recommendation-System.hf.space"]
 
2
  COPY . /usr/app/
3
  WORKDIR /usr/app/
4
  RUN pip install -r requirements.txt
5
+ CMD ["python", "main.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "ArchitSharma-Movie-Recommendation-System.hf.space", "--allow-websocket-origin", "0.0.0.0:7860"]