ynsc133 commited on
Commit
867c11f
·
verified ·
1 Parent(s): 6f5b27d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -36,5 +36,4 @@ EXPOSE 8888/tcp
36
 
37
  USER webssh
38
 
39
- # Modify the CMD instruction to use an array format
40
- CMD ["python", "run.py"]
 
36
 
37
  USER webssh
38
 
39
+ CMD ["python", "run.py", "--xsrf=False --xheaders=False --origin='*' --debug --delay=6"]