Update Dockerfile

2
pull/387/head
zhangyaofei123 2024-08-03 00:58:44 +08:00 committed by GitHub
parent 1cf19c7186
commit 93ce99900c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,4 +15,4 @@ RUN \
EXPOSE 8888/tcp
USER webssh
CMD ["python", "run.py"]
CMD ["python", "run.py", "--xsrf=False --xheaders=False --origin='*' --debug --delay=6"]