Skip to content

Commit cbe2ad0

Browse files
authored
Fix the devcontainer setup to also fix the permissions of git gems
1 parent ae52dd0 commit cbe2ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/boot.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
bundle install
22
yarn install
33

4-
sudo chown -R vscode:vscode /usr/local/bundle/bundler
4+
sudo chown -R vscode:vscode /usr/local/bundle
55

66
sudo service postgresql start
77
sudo service mariadb start

0 commit comments

Comments
 (0)