Skip to content

Commit

Permalink
Deploying to gh-pages from @ e31a78a 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
kescobo committed Aug 11, 2023
1 parent bd0e913 commit 218adf2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "biojulia.github.io",
"image": "mcr.microsoft.com/devcontainers/base:ubuntu",
"features": {
"ghcr.io/julialang/devcontainer-features/julia:1": {
"channel": "release"
}
},
"customizations": {
"vscode": {
"extensions": [
"julialang.language-julia",
"tamasfe.even-better-toml",
"eamodio.gitlens"
]
}
},
"postCreateCommand": "julia --project=. -e 'using Pkg; Pkg.instantiate(); Pkg.precompile();'",
"postStartCommand": "julia --project=. -e 'using Xranklin; Xranklin.serve();'",
"forwardPorts": [8000]
}

0 comments on commit 218adf2

Please sign in to comment.