SamMec commited on
Commit
14cf626
·
1 Parent(s): ad2fc36

remove options about allowed cors in Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -43,6 +43,7 @@ CMD mlflow server -p $PORT \
43
  --host 0.0.0.0 \
44
  --backend-store-uri $BACKEND_STORE_URI \
45
  --default-artifact-root $ARTIFACT_STORE_URI \
 
46
  --x-frame-options NONE
47
 
48
 
 
43
  --host 0.0.0.0 \
44
  --backend-store-uri $BACKEND_STORE_URI \
45
  --default-artifact-root $ARTIFACT_STORE_URI \
46
+ --allowed-hosts "*" \
47
  --x-frame-options NONE
48
 
49