4 Star 18 Fork 5

ken/xtest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
compose.yml 440 Bytes
一键复制 编辑 原始数据 按行查看 历史
ken 提交于 2021-05-18 11:31 +08:00 . 优化docker compose构建端口
version: "3"
services:
node:
image: "python:3.9"
container_name: "xtest-compose"
working_dir: /www/public
volumes:
- .:/www
expose:
- "5000"
ports:
- "5000:5000"
command:
- /bin/bash
- -c
- |
pip install PyMySQL
pip install ddt
pip install requests
pip install jsonpath
pip install xlrd
pip install Flask
python web.py
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ken.yang/xtest.git
git@gitee.com:ken.yang/xtest.git
ken.yang
xtest
xtest
master

搜索帮助