Fix the devcontainer setup to also fix the permissions of git gems

This commit is contained in:
Rafael Mendonça França 2021-10-14 16:46:13 +00:00 committed by GitHub
parent ae52dd0f66
commit cbe2ad0e5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
bundle install
yarn install
sudo chown -R vscode:vscode /usr/local/bundle/bundler
sudo chown -R vscode:vscode /usr/local/bundle
sudo service postgresql start
sudo service mariadb start