úprava template

This commit is contained in:
2025-12-09 22:29:43 +01:00
parent 375e4df0d5
commit a1628f04a3
2 changed files with 15 additions and 32 deletions

View File

@@ -1,5 +1,6 @@
{
"name": "Python Dev",
// !! nezabudni nastaviť aj verziu python pre aplikáciu
"image": "docker.masara.eu/python:3.13-0.1-devcontainer",
// "build": {
// "dockerfile": "Dockerfile",
@@ -13,7 +14,9 @@
"PIP_ROOT_USER_ACTION": "ignore"
},
"remoteEnv": {
"DOCKER_BUILDKIT": "1"
"DOCKER_BUILDKIT": "1",
// verzia python pre aplikáciu
"PYTHON_BASE": "3.13"
},
"workspaceFolder": "/workspace",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",