其他
#Dockerfile里的参数
#无缓冲,及时输出日志到磁盘
#https://www.jianshu.com/p/023f87393c5d
ENV PYTHONUNBUFFERED=1
# https://docs.python.org/3/using/cmdline.html
# If this is set to a non-empty string, Python won’t try to write .pyc files on the import of source modules. This is equivalent to specifying the -B option.
ENV PYTHONDONTWRITEBYTECODE 1