diff --git a/build/start-container b/build/start-container.sh similarity index 72% rename from build/start-container rename to build/start-container.sh index 35a0cb0..b6f3936 100644 --- a/build/start-container +++ b/build/start-container.sh @@ -14,11 +14,6 @@ if [ ! -f /var/www/html/artisan ]; then echo -e "@tailwind base;\n@tailwind components;\n@tailwind utilities;" >> /var/www/html/resources/css/app.css echo -e '/** @type {import('tailwindcss').Config} */\nmodule.exports = {\n content: [\n "./resources/**/*.blade.php",\n "./resources/**/*.js",\n "./resources/**/*.vue",\n ],\n theme: {\n extend: {},\n },\n plugins: [],\n}' > /var/www/html/tailwind.config.js npx tailwindcss init -p - if [[ "$WEBHOOK" = true ]]; then - composer --working-dir=/var/www/html require spatie/laravel-webhook-client - php /var/www/html/artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider" --tag="webhook-client-config" - php /var/www/html/artisan vendor:publish --provider="Spatie\WebhookClient\WebhookClientServiceProvider" --tag="webhook-client-migrations" - fi fi if [[ "$AUTO_START_NPM_DEV" = true ]]; then