Skip to content

Commit

Permalink
Change devcontainer from ludeeus/container to `ghcr.io/ludeeus/devc…
Browse files Browse the repository at this point in the history
…ontainer/frontend` (#357)
  • Loading branch information
ludeeus authored Jan 2, 2021
1 parent 885e4ce commit 532ca0b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
{
"name": "HACS Frontend",
"image": "ludeeus/container:frontend",
"image": "ghcr.io/ludeeus/devcontainer/frontend:stable",
"context": "..",
"appPort": ["5000:5000"],
"postCreateCommand": "apk add make && make init",
"runArgs": ["-v", "${env:HOME}${env:USERPROFILE}/.ssh:/tmp/.ssh"],
"postCreateCommand": "make init",
"extensions": [
"github.vscode-pull-request-github",
"tabnine.tabnine-vscode",
"dbaeumer.vscode-eslint",
"ms-vscode.vscode-typescript-tslint-plugin",
"esbenp.prettier-vscode",
Expand Down

0 comments on commit 532ca0b

Please sign in to comment.