funkčný template
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user