Skip to content

Fix permissions issue in dev containers#221

Open
dkultasev wants to merge 2 commits intomainfrom
feature/run-in-dev-container
Open

Fix permissions issue in dev containers#221
dkultasev wants to merge 2 commits intomainfrom
feature/run-in-dev-container

Conversation

@dkultasev
Copy link
Copy Markdown
Collaborator

@dkultasev dkultasev commented May 7, 2026

Current version of dev containers throws an error on startup

Running the postCreateCommand from devcontainer.json...

[474780 ms] Start: Run in container: /bin/sh -c whoami && pwd && chmod 777 ./.devcontainer/postCreateCommand.sh && ./.devcontainer/postCreateCommand.sh
vscode
/workspaces/tSQLt
chmod: changing permissions of './.devcontainer/postCreateCommand.sh': Operation not permitted
[478367 ms] postCreateCommand from devcontainer.json failed with exit code 1. Skipping any further user-provided commands.

This PR fixes that issue and also adds vs code tasks to easily re-deploy the db and run the tests

@dkultasev dkultasev requested a review from a team as a code owner May 7, 2026 07:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant