We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca15fee commit 42ebdaeCopy full SHA for 42ebdae
.devcontainer/devcontainer.json
@@ -12,7 +12,7 @@
12
"terminal.integrated.shell.linux": "/bin/bash"
13
},
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
- "forwardPorts": [80, 8000],
+ "forwardPorts": [80],
16
17
// Use 'postCreateCommand' to run commands after the container is created.
18
"postCreateCommand": "cp .env.example .env && composer install && php artisan key:generate && yarn install && yarn run development",
0 commit comments