Skip to content

Commit

Permalink
Improve devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
GingerGeek committed Apr 2, 2024
1 parent dcb1530 commit 909bd76
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/debian
{
"name": "Debian",
"name": "OKD Website Devcontainer",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:bullseye",
"features": {
"ghcr.io/devcontainers/features/git-lfs:1": {
"autoPull": true,
"version": "latest"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "latest"
},
Expand All @@ -20,6 +16,8 @@
},


"updateContentCommand": "npm install",
"postAttachCommand": "npm start",

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

0 comments on commit 909bd76

Please sign in to comment.