Skip to content

Comments

Fix Docker Compose build issue#1069

Open
tgrycuk wants to merge 2 commits intosaleor:mainfrom
tgrycuk:main
Open

Fix Docker Compose build issue#1069
tgrycuk wants to merge 2 commits intosaleor:mainfrom
tgrycuk:main

Conversation

@tgrycuk
Copy link

@tgrycuk tgrycuk commented Jan 24, 2024

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
Copy link
Contributor

vercel bot commented Jan 24, 2024

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

A member of the Team first needs to authorize it.

@peelar peelar requested a review from a team May 27, 2025 10:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Fixes the Docker Compose build configuration so the basic storefront can be built and launched without additional flags.

  • Adds an explicit context under the build section in docker-compose.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants