aded basic post installtion steps

This commit is contained in:
Jun-te Kim 2025-03-03 12:19:51 +00:00
parent 72accf73f5
commit e1dc7d26b1
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
"name": "Basic Python",
"build": { "dockerfile": "Dockerfile" },
"remoteUser": "vscode",
"postStartCommand": "bash .devcontainer/post-install.sh",
"customizations": {
"vscode": {
"extensions": [

View file

@ -1 +1 @@
cd etl && post install;
cd etl && poetry install;