úprava template
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user