Skip to content

Commit

Permalink
feat(devcontainer): remove sail alias
Browse files Browse the repository at this point in the history
  • Loading branch information
simonostendorf authored Aug 23, 2023
1 parent 72278e5 commit cfaaec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"remoteUser": "sail",
"postCreateCommand": "chown -R 1000:1000 /var/www/html && echo 'alias sail=\"[ -f sail ] && sh sail || sh vendor/bin/sail\"' >> ~/.bashrc"
"postCreateCommand": "chown -R 1000:1000 /var/www/html"
// "forwardPorts": [],
// "runServices": [],
// "shutdownAction": "none",
Expand Down

0 comments on commit cfaaec1

Please sign in to comment.