Arts-of-coding commited on
Commit
5743853
1 Parent(s): 4375951

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -67,4 +67,4 @@ COPY /data/ ./data/
67
  #; exec $SHELL"
68
 
69
  # How the docker app will run
70
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000", "-r", "/dashboard1"]
 
67
  #; exec $SHELL"
68
 
69
  # How the docker app will run
70
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "5000"]