Skip to content

Commit

Permalink
Standardize devcontainer setup
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed May 24, 2024
1 parent ca01b71 commit d8d88b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM "node:16-bullseye"
FROM "mcr.microsoft.com/devcontainers/typescript-node:1-16-bullseye"

RUN apt-get update \
&& apt-get install chromium fonts-noto-color-emoji -y --no-install-recommends -qq
Expand Down
13 changes: 1 addition & 12 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,7 @@
"build": {
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installOhMyZsh": false,
"installOhMyZshConfig": false,
"configureZshAsDefaultShell": true,
"upgradePackages": "true"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
}
},
"features": {},
"forwardPorts": [
3000,
6000
Expand Down

0 comments on commit d8d88b5

Please sign in to comment.