saleor / storefront

Saleor Storefront built with React 18, Next.js 14, App Router, TypeScript, GraphQL, and Tailwind CSS.
https://storefront.saleor.io
BSD 3-Clause "New" or "Revised" License
1.01k stars 585 forks source link

Fix Docker Compose build issue #1069

Open tgrycuk opened 7 months ago

tgrycuk commented 7 months ago

Resolved an issue preventing the Docker Compose build for the basic version of the Storefront.

After applying this fix, the following commands are sufficient to launch the basic version of the Storefront in a container.

git clone https://github.com/saleor/storefront.git . cp .env.example .env docker-compose build docker-compose up

vercel[bot] commented 7 months ago

@tgrycuk is attempting to deploy a commit to the Saleor Commerce Team on Vercel.

A member of the Team first needs to authorize it.