Skip to content

Commit

Permalink
working workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Greenberg committed Sep 13, 2024
1 parent 45fa238 commit 53520ea
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
15 changes: 0 additions & 15 deletions .devcontainer/Dockerfile

This file was deleted.

7 changes: 2 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
{
"name": "Vector Search Node.js Workshop",
"build": {
"dockerfile": "Dockerfile",
"context": "."
},
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-20",
"customizations": {
"vscode": {
"extensions": [
"couchbase.vscode-couchbase"
]
}
},
"postCreateCommand": "npm install",
"postCreateCommand": "npm install && curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && PATH=\"$HOME/.cargo/bin:$PATH\" && git clone https://github.com/couchbaselabs/couchbase-shell.git && cargo install --path ./couchbase-shell",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
}
Expand Down
12 changes: 0 additions & 12 deletions .devcontainer/setup.sh

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.env
node_modules/
.DS_Store
.DS_Store
workshop_images/.DS_Store

0 comments on commit 53520ea

Please sign in to comment.