Skip to content

Commit

Permalink
Merge pull request #25 from observerly/chore/configuration/devcontainer
Browse files Browse the repository at this point in the history
chore: add .devcontainer/devcontainer.json to workspace in @observerly/fits.
  • Loading branch information
michealroberts authored Apr 21, 2024
2 parents c8b5aba + 24d4b5d commit c42b882
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 c42b882

Please sign in to comment.