Skip to content

Commit

Permalink
chore: add .devcontainer/devcontainer.json to workspace in @observerl…
Browse files Browse the repository at this point in the history
…y/fits.

chore: add .devcontainer/devcontainer.json to workspace in @observerly/fits.
  • Loading branch information
michealroberts committed Apr 21, 2024
1 parent c8b5aba commit 24d4b5d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"build": {
"dockerfile": "../Dockerfile",
"context": "..",
"target": "local"
},
"forwardPorts": [],
"postStartCommand": "/bin/zsh"
}

0 comments on commit 24d4b5d

Please sign in to comment.