Skip to content

Commit 42ebdae

Browse files
authored
Remove useless port 8000
1 parent ca15fee commit 42ebdae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"terminal.integrated.shell.linux": "/bin/bash"
1313
},
1414
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15-
"forwardPorts": [80, 8000],
15+
"forwardPorts": [80],
1616

1717
// Use 'postCreateCommand' to run commands after the container is created.
1818
"postCreateCommand": "cp .env.example .env && composer install && php artisan key:generate && yarn install && yarn run development",

0 commit comments

Comments
 (0)