Add missing docker builders
This commit is contained in:
parent
a802ecce7a
commit
4032ad5882
11 changed files with 645 additions and 0 deletions
16
docker/deployer_docker/webhook/pyproject.toml
Normal file
16
docker/deployer_docker/webhook/pyproject.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[tool.poetry]
|
||||
name = "webhook"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = ["Guilhem Lavaux <guilhem.lavaux@iap.fr>"]
|
||||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
flask = "^3.1.0"
|
||||
gunicorn = "^23.0.0"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
Add table
Add a link
Reference in a new issue