funkčný template

This commit is contained in:
Alojz Masár
2026-02-15 17:18:12 +00:00
parent b962c1be7f
commit 8938b65685
10 changed files with 154 additions and 142 deletions

View File

@@ -1,9 +1,11 @@
services:
services:
dev:
image: ${DEVCONTAINER_IMAGE_PULL_REPO}:${PYTHON_BASE}-${DEVCONTAINER_IMAGE_REV}-devcontainer
pull_policy: always
init: true
command: sleep infinity
tty: true
volumes:
- ..:/workspace:cached
environment:
PYTHON_BASE: ${PYTHON_BASE}
PYTHON_BASE: ${PYTHON_BASE}