Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
hbrooks committed Dec 20, 2023
1 parent f708ad0 commit 79b27d3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// Features to add to the dev container. More info: https://containers.dev/features.
"features": {
"ghcr.io/devcontainers/features/git:1": {},
"ghcr.io/ellipsis-dev/devcontainer/cli:0.2.1": {} // This adds the Ellipsis CLI
"ghcr.io/ellipsis-dev/devcontainer/cli:0.2.2": {} // This adds the Ellipsis CLI
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand All @@ -32,11 +32,6 @@
}
},
"postStartCommand": "nohup bash -c 'ellipsis listener start . &'", // This allows Ellipsis to write file changes in the codespace.

"remoteEnv": {
// Present because this repository is for internal testing.
"ELLIPSIS_API_URL": "https://bitbuilder-beta.up.railway.app"
},

// TODO can't get the yarn install within Dockerfile to show up in dev container.
// This also seems to be what the Microsoft example devcontainers do.
Expand Down

0 comments on commit 79b27d3

Please sign in to comment.