Merge pull request #1791 from PrivateBin/devcontainer/typo

style(devcontainer): fix typo
This commit is contained in:
rugk 2026-02-17 07:04:17 +01:00 committed by GitHub
commit c22d58225c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,6 +41,6 @@
8080
],
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
// alternatiuve: apache2ctl start (but requires root)
// alternative: apache2ctl start (but requires root)
"postAttachCommand": "php -S 0.0.0.0:8080"
}