1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-18 08:13:46 -05:00

Docker config for testing python-build (#1548)

* Dockerfile for testing python builds

* README: document docker usage

* Finish docker

dockerignore file, specify ephemeral nature of containers.

* Move docs for docker usage to python-build README
This commit is contained in:
Chris Barnes
2020-12-11 00:49:13 +00:00
committed by GitHub
parent 9052491a05
commit 23677c5124
3 changed files with 87 additions and 0 deletions

4
.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
.git/
.python-version
.vscode/
.idea/