mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-08 11:17:29 +00:00
aded basic post installtion steps
This commit is contained in:
parent
72accf73f5
commit
e1dc7d26b1
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "Basic Python",
|
||||
"build": { "dockerfile": "Dockerfile" },
|
||||
"remoteUser": "vscode",
|
||||
"postStartCommand": "bash .devcontainer/post-install.sh",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
cd etl && post install;
|
||||
cd etl && poetry install;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue