syedislamuddin commited on
Commit
1cd6f45
·
1 Parent(s): ad1dcca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,5 +14,5 @@ EXPOSE 8080
14
 
15
  COPY . .
16
 
17
- CMD ["streamlit", "run", "/code/app.py","address","0.0.0.0","--server.port", "7860","--allow-websocket-origin", "syedislamuddin-agexp.hf.space"]
18
 
 
14
 
15
  COPY . .
16
 
17
+ CMD ["streamlit", "run", "/code/app.py","address","0.0.0.0","--server.port", "7860", "syedislamuddin-agexp.hf.space"]
18