Skip to content

Commit

Permalink
doc: Add example of running Poetry to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thehale authored Nov 3, 2023
1 parent ac239de commit 015c4d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
```

Expand Down

0 comments on commit 015c4d0

Please sign in to comment.