Skip to content

Commit

Permalink
Merge pull request #23 from a5chin/feature/devcontainer
Browse files Browse the repository at this point in the history
Fix Dev Container commands
  • Loading branch information
a5chin authored Jun 27, 2024
2 parents a6359ab + e928379 commit bbddcd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"dockerfile": "Dockerfile"
},
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/dhoeric/features/hadolint:1": {}
},
"customizations": {
Expand Down Expand Up @@ -47,6 +46,7 @@
}
}
},
"postStartCommand": "pre-commit install",
"postCreateCommand": "rye sync",
"postStartCommand": "rye run pre-commit install",
"remoteUser": "vscode"
}

0 comments on commit bbddcd0

Please sign in to comment.