Skip to content

Commit

Permalink
chore: add dev container json
Browse files Browse the repository at this point in the history
  • Loading branch information
robcxyz committed Sep 2, 2024
1 parent cc54534 commit b72a887
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python:0-3.9-bullseye",
"features": {
"ghcr.io/devcontainers-contrib/features/coverage-py:2": {}
},
"postCreateCommand": "pip3 install --user -r requirements_workers.txt -r requirements_api.txt -r requirements_dev.txt",
"customizations": {
"vscode": {
"extensions": [
"streetsidesoftware.code-spell-checker"
]
}
}
// "remoteUser": "root"
}

0 comments on commit b72a887

Please sign in to comment.