Skip to content

Commit

Permalink
Merge pull request #251 from andrewm4894/add-devcontainer
Browse files Browse the repository at this point in the history
Add `devcontainer.json` for GitHub/VSCode codespaces
  • Loading branch information
andrewm4894 committed Jan 2, 2023
2 parents 68f4976 + 75fc2d0 commit 571dcc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"service": "frontend-dev",
"dockerComposeFile": "../docker-compose.yaml",
"forwardPorts": [3000]
}

0 comments on commit 571dcc2

Please sign in to comment.