1
0
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:
2024-03-03 04:17:01 +00:00
parent 8cba29090e
commit 46e0190668
4 changed files with 40 additions and 43 deletions

View File

@@ -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()'"
}