Update 'build/start-container.sh'

[SKIP CI]
This commit is contained in:
2023-03-16 13:49:21 +01:00
parent 1ca34319c8
commit 5870025017

View File

@@ -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 "@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 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 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 fi
if [[ "$AUTO_START_NPM_DEV" = true ]]; then if [[ "$AUTO_START_NPM_DEV" = true ]]; then