Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 342 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 342 Bytes

Exampleproject

An example project for reproducing an error with poetry.

See python-poetry/poetry#9190

Build docker

Building is done with the VS Code docker extension, which essentially results in the following build command:

docker build --pull --rm -f "Dockerfile" -t exampleproject:latest "."