1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

devcontainer: Do not use unsupported variable substitution

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
This commit is contained in:
Steffen Vogel 2024-02-13 13:12:50 +00:00
parent 0cede14592
commit 5fe59398a0

View file

@ -8,7 +8,7 @@
"image": "registry.git.rwth-aachen.de/acs/public/villas/node/dev-vscode",
// Uncomment to build the devcontainer locally
// "build": {
// "dockerfile": "${workspaceFolder}/packaging/docker/Dockerfile.fedora",
// "dockerfile": "../packaging/docker/Dockerfile.fedora",
// "target": "dev-vscode",
// "context": ".."
// },