Skip to content

Commit

Permalink
Change name from TGB -> CDL Misinfo Datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
RSTZZZ committed Oct 14, 2024
1 parent 4221d20 commit 5c98e63
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,24 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/jekyll
{
"name": "TGB Docs",
"name": "CDL Misinfo Datasets",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/jekyll:0-bullseye",

// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {},
"ghcr.io/stuartleeks/dev-container-features/shell-history:0": {}
// "ghcr.io/joedmck/devcontainer-features/wrangler:1": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
"forwardPorts": [4000],

"forwardPorts": [
4000
],
"postStartCommand": "nohup bash -c 'bundle exec jekyll serve --livereload --incremental --force_polling &'"

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "jekyll --version"

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit 5c98e63

Please sign in to comment.