mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
style(devcontainer): fix typo
Not a all relevant in any case, but still…
This commit is contained in:
@@ -41,6 +41,6 @@
|
|||||||
8080
|
8080
|
||||||
],
|
],
|
||||||
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
|
"postCreateCommand": ".devcontainer/postCreateCommand.sh",
|
||||||
// alternatiuve: apache2ctl start (but requires root)
|
// alternative: apache2ctl start (but requires root)
|
||||||
"postAttachCommand": "php -S 0.0.0.0:8080"
|
"postAttachCommand": "php -S 0.0.0.0:8080"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user