imspidey commited on
Commit
ed1e093
1 Parent(s): f34a231

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,4 +10,4 @@ RUN bash -c /code/live.sh
10
 
11
  COPY . .
12
 
13
- CMD ["--host", "0.0.0.0", "--port", "7860"]
 
10
 
11
  COPY . .
12
 
13
+ CMD [ "0.0.0.0", "--port", "7860"]