This commit is contained in:
Andreas Knuth 2026-02-06 13:25:51 -06:00
parent 33ea71dc12
commit a9dcb66e5b
3 changed files with 5 additions and 2 deletions

View File

@ -98,7 +98,8 @@
], ],
"optimization": true, "optimization": true,
"extractLicenses": false, "extractLicenses": false,
"sourceMap": true "sourceMap": true,
"outputHashing": "all"
} }
}, },
"defaultConfiguration": "production" "defaultConfiguration": "production"

View File

@ -15,7 +15,7 @@
<!-- SEO-optimized heading --> <!-- SEO-optimized heading -->
<div class="mb-6"> <div class="mb-6">
<h1 class="text-3xl md:text-4xl font-bold text-neutral-900 mb-2">Businesses for Sale - Find Your Next Business Opportunity</h1> <h1 class="text-3xl md:text-4xl font-bold text-neutral-900 mb-2">Businesses for Sale - Find Your Next Business Opportunity</h1>
<p class="text-lg text-neutral-600">Discover profitable business opportunities across the United States. Browse <p class="text-lg text-neutral-600">Discover profitable business opportunities across the State of Texas. Browse
verified listings from business owners and brokers.</p> verified listings from business owners and brokers.</p>
<div class="mt-4 text-base text-neutral-700 max-w-4xl"> <div class="mt-4 text-base text-neutral-700 max-w-4xl">
<p>BizMatch features a curated selection of businesses for sale across diverse industries and price ranges. Browse opportunities in sectors like restaurants, retail, franchises, services, e-commerce, and manufacturing. Each listing includes financial details, years established, location information, and seller contact details. Our marketplace connects business buyers with sellers and brokers nationwide, making it easy to find your next business opportunity.</p> <p>BizMatch features a curated selection of businesses for sale across diverse industries and price ranges. Browse opportunities in sectors like restaurants, retail, franchises, services, e-commerce, and manufacturing. Each listing includes financial details, years established, location information, and seller contact details. Our marketplace connects business buyers with sellers and brokers nationwide, making it easy to find your next business opportunity.</p>

View File

@ -6,6 +6,8 @@ services:
dockerfile: bizmatch/Dockerfile dockerfile: bizmatch/Dockerfile
image: bizmatch-ssr image: bizmatch-ssr
container_name: bizmatch-ssr container_name: bizmatch-ssr
extra_hosts:
- "localhost:host-gateway"
restart: unless-stopped restart: unless-stopped
ports: ports:
- '4200:4000' # Extern 4200 -> Intern 4000 (SSR) - '4200:4000' # Extern 4200 -> Intern 4000 (SSR)