This repository has been archived on 2024-07-06. You can view files and clone it, but cannot push or open issues or pull requests.
rebory/.devcontainer/devcontainer.json
Matheus Sampaio Queiroga 9ca16ef4cc
All checks were successful
Test / test_cross (16.x) (push) Successful in 17m21s
Test / test_cross (18.x) (push) Successful in 17m23s
Test / test_cross (20.x) (push) Successful in 17m22s
update builder
2024-02-19 16:14:11 -03:00

13 lines
254 B
JSON

{
"name": "rebory linux devcontainer",
"updateRemoteUserUID": false,
"containerUser": "develop",
"remoteUser": "develop",
"build": {
"dockerfile": "Dockerfile",
"args": {
"USERNAME": "develop",
"USER_UID": "1000"
}
}
}