2 Star 1 Fork 1

mirrors_testcontainers/testcontainers-java

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
docker-compose.yml 223 Bytes
一键复制 编辑 原始数据 按行查看 历史
Eddú Meléndez 提交于 2022-10-11 20:56 . Upgrade python version to 3.8
version: "3.7"
services:
docs:
image: python:3.8
command: sh -c "pip install -r requirements.txt && mkdocs serve -a 0.0.0.0:8000"
working_dir: /docs
volumes:
- ./:/docs
ports:
- 8000:8000
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_testcontainers/testcontainers-java.git
[email protected]:mirrors_testcontainers/testcontainers-java.git
mirrors_testcontainers
testcontainers-java
testcontainers-java
main

搜索帮助