Skip to content

Commit

Permalink
Added init scripts to .devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott-Sowers-PostHog committed Sep 26, 2024
1 parent a5ebc80 commit 413b705
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
}
"image":"mcr.microsoft.com/devcontainers/universal:2",
"postCreateCommand": "pip install -r requirements.txt && python pop_db.py && python dummy_data.py"
}

0 comments on commit 413b705

Please sign in to comment.