Skip to content

Commit

Permalink
added monitor for amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
3goats committed Mar 16, 2024
1 parent a389b4d commit d61912c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "pip3 install --user -r requirements.txt && python3 -m bash_kernel.install"
"postCreateCommand": "pip3 install --user -r requirements.txt && python3 -m bash_kernel.install && printf 'TLSPC_API_KEY={PASTE API KEY}\nVTOKEN={PASTE TOKEN KEY}\n' > .env"

// Configure tool-specific properties.
// "customizations": {},
Expand Down

0 comments on commit d61912c

Please sign in to comment.