|
|
@@ -13,7 +13,9 @@
|
|
|
"forwardPorts": [],
|
|
|
|
|
|
// Use 'postCreateCommand' to run commands after the container is created.
|
|
|
- "postStartCommand": "git config --global --add safe.directory /var/www/html && npm install && composer install && apachectl start",
|
|
|
+ "postCreateCommand": "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",
|
|
|
|
|
|
// Configure tool-specific properties.
|
|
|
"customizations" : {
|