1
Fork 0
This repository has been archived on 2022-08-23. You can view files and clone it, but cannot push or open issues or pull requests.
web-drs-frontend/.devcontainer/devcontainer.json

8 lines
152 B
JSON
Raw Normal View History

2022-01-27 10:56:14 +01:00
{
"name": "Docker Container",
"build": {
2022-01-27 11:25:14 +01:00
"dockerfile": "Dockerfile"
2022-01-27 10:56:14 +01:00
},
"postCreateCommand": "git submodule update --init && yarn install"
}