Skip to content

Commit

Permalink
Use custom devcontainer.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Nov 5, 2024
1 parent e65154f commit 8f18393
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@
"features": {
"ghcr.io/devcontainers/features/desktop-lite:1": {
"password": "noPassword"
}
},
"ghcr.io/soup-bowl/features/firefox-set:latest": {}
},
"forwardPorts": [6080],
"postCreateCommand": "bash .devcontainer/installation.sh",
"postCreateCommand": "ff-installer-link $(pwd)/IE6/chrome",
"remoteUser": "root"
}

0 comments on commit 8f18393

Please sign in to comment.