build(docker): update docker build

This commit is contained in:
2026-04-14 01:38:11 +03:00
parent ad8144df37
commit 6112147b40
6 changed files with 85 additions and 6 deletions

5
.env Normal file
View File

@@ -0,0 +1,5 @@
DOCKER_REPO=git.shmyga.ru
DOCKER_GROUP=infernalgames
DOCKER_ROOT="$DOCKER_REPO/$DOCKER_GROUP"
VERSION=$(grep -m 1 'version' ./pyproject.toml | grep -oP 'version\s*=\s*"\K[^"]+')
DOCKER_PROJECTS=("gallery")