Skip to content

Commit 024ce68

Browse files
committed
chore: inline all post-create actions
1 parent 87904d0 commit 024ce68

2 files changed

Lines changed: 1 addition & 32 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"containerEnv": {
77
"PATH": "/root/.local/bin:$PATH"
88
},
9-
"postCreateCommand": "bash .devcontainer/post-create.sh"
9+
"postCreateCommand": "poetry self add poetry-dotenv-plugin && poetry self add poetry-bumpversion && poetry install --all-extras && poetry run pre-commit install && cp .env.template .env"
1010
}

.devcontainer/post-create.sh

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)