From cfaaec1136e877cb13230228c4f62017230b168c Mon Sep 17 00:00:00 2001 From: Simon Ostendorf Date: Wed, 23 Aug 2023 15:34:15 +0200 Subject: [PATCH] feat(devcontainer): remove sail alias --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index cc7108a8..e0d7d89c 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -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",