mirror of
https://gitlab.com/Anson-Projects/projects.git
synced 2025-07-27 00:21:34 +00:00
Add container for speedier development and builds
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
{
|
||||
"name": "Anson's Projects",
|
||||
"build":{
|
||||
"dockerfile": "Dockerfile"
|
||||
},
|
||||
"image": "registry.gitlab.com/anson-projects/projects:latest",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"quarto.quarto",
|
||||
"julialang.language-julia"
|
||||
"julialang.language-julia",
|
||||
"redhat.vscode-yaml",
|
||||
"ms-azuretools.vscode-docker"
|
||||
]
|
||||
}
|
||||
}
|
||||
// "postCreateCommand": "julia -e 'import Pkg; Pkg.activate(\".\"); Pkg.instantiate()'"
|
||||
}
|
Reference in New Issue
Block a user