https://github.com/kafkaphoenix/dynamic-poetry-docker
Import local libraries dynamically with poetry and docker
https://github.com/kafkaphoenix/dynamic-poetry-docker
docker makefile poetry-python python
Last synced: 10 months ago
JSON representation
Import local libraries dynamically with poetry and docker
- Host: GitHub
- URL: https://github.com/kafkaphoenix/dynamic-poetry-docker
- Owner: kafkaphoenix
- Created: 2024-02-22T17:00:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T17:01:21.000Z (over 2 years ago)
- Last Synced: 2024-02-22T18:25:34.227Z (over 2 years ago)
- Topics: docker, makefile, poetry-python, python
- Language: Dockerfile
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Import poetry library on the fly dockerfile
Small example of how to build a library using poetry and add it as a dependency in a Dockerfile
## How to test
`make build-docker`
`make run-docker`