Add run arguments to devcontainer configuration: set network to 'dev-network' and name to 'trepa-dev'.
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/tests Pipeline was successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
qpismont 2025-03-27 22:08:45 +00:00
parent 923083cc5f
commit dabfc43678

View file

@ -17,6 +17,10 @@
] ]
} }
}, },
"runArgs": [
"--network=dev-network",
"--name=trepa-dev"
],
"forwardPorts": [ "forwardPorts": [
3000 3000
] ]