|
@@ -13,9 +13,9 @@
|
|
|
"forwardPorts": [],
|
|
"forwardPorts": [],
|
|
|
|
|
|
|
|
|
|
|
|
|
- "initializeCommand": "php artisan migrate --force && php artisan db:seed",
|
|
|
|
|
|
|
|
|
|
- "postStartCommand": "git config --global --add safe.directory /var/www/html && npm install && composer install && npm run build && apachectl start",
|
|
|
|
|
|
|
+
|
|
|
|
|
+ "postStartCommand": "git config --global --add safe.directory /var/www/html && npm install && composer install && ./.devcontainer/first-start.sh && npm run build && apachectl start",
|
|
|
|
|
|
|
|
// Configure tool-specific properties.
|
|
// Configure tool-specific properties.
|
|
|
"customizations" : {
|
|
"customizations" : {
|