doc: Add example of running Poetry to README.md

master
Joseph Hale 7 months ago committed by GitHub
parent ac239de5a5
commit 015c4d09d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,6 +24,8 @@ Most of the time, you will be using these images as a base image for your own
Dockerfiles (e.g. devcontainers, building Python applications, etc.)
```Dockerfile
FROM thehale/python-poetry
RUN poetry --version
# Your build steps here.
```

Loading…
Cancel
Save