Update Dockerfile: Use Poetry instead of Pip

Also:
Remove multi-stage (Need to be added in the future to minimize the image)
This commit is contained in:
2022-07-15 20:35:44 +02:00
parent 6de97dad73
commit 9b31f8e021
2 changed files with 36 additions and 60 deletions

View File

@ -109,6 +109,7 @@ venv/
ENV/
env.bak/
venv.bak/
.env.example
# Spyder project settings
.spyderproject
@ -144,12 +145,10 @@ tests/
# https://github.com/marketplace/renovate
renovate.json
# Other files not needed in the Docker image
# Git files and directories
.git/
README.md
pyproject.toml
poetry.lock
LICENSE
.gitignore
# Docker files
docker-compose.yml
Dockerfile
.gitignore