fix postCreateCommand

This commit is contained in:
Orce MARINKOVSKI 2024-12-23 06:22:29 +00:00 committed by shamoon
parent 6972d0337f
commit 33671e0c24

View File

@ -3,7 +3,7 @@
"dockerComposeFile": "docker-compose.devcontainer.sqlite-tika.yml",
"service": "paperless-development",
"workspaceFolder": "/usr/src/paperless/paperless-ngx",
"postCreateCommand": "/bin/bash -c pre-commit install && pipenv install --dev",
"postCreateCommand": "pipenv install --dev && pipenv install pre-commit",
"customizations": {
"vscode": {
"extensions": [