vkt1414 commited on
Commit
6856a04
1 Parent(s): f257e23

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ RUN superset init
48
  EXPOSE 8088
49
 
50
  # Run superset when the container launches
51
- CMD ["superset", "run", "-h", "0.0.0.0", "-p", "8088", "--with-threads", "--reload"]
 
48
  EXPOSE 8088
49
 
50
  # Run superset when the container launches
51
+ CMD ["superset", "run", "-h", "127.0.0.1", "-p", "8088", "--with-threads", "--reload"]