ynsc133 commited on
Commit
85845cf
·
verified ·
1 Parent(s): 867c11f

Update Dockerfile

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