文件名称:jenkin-python
文件大小:4KB
文件格式:ZIP
更新时间:2024-04-02 04:31:28
Python
烧瓶教程 带有Docker容器化和Systemd Unit文件的简单hello world Flask App教程。 金枪鱼的设置 使用pip安装Gunicorn $ pip install gunicorn 运行WSGI gunicorn服务器 $ gunicorn -b 0.0.0.0:8000 app.wsgi:app Docker创建 疑点 如何避免将venv复制到Docker Image中? 如何检查Docker映像中包含的文件/文件夹 什么是python项目的正确结构约定 如何使用pytest编写JSON属性的测试用例断言
【文件预览】:
jenkin-python-main
----conf()
--------gunicorn_config.py(272B)
----readme.md(546B)
----Dockerfile(230B)
----tests()
--------test_app.py(379B)
----src()
--------wsgi.py(68B)
--------__init__.py(0B)
--------index.py(457B)
----requirements.txt(154B)
----1.txt(0B)
----jenkin.txt(833B)