diff --git a/docker-compose.yml b/docker-compose.yml index a3401f58c..cca85cdcd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,6 +4,7 @@ services: saleor-storefront: container_name: saleor-storefront build: + context: . dockerfile: Dockerfile args: NEXT_PUBLIC_SALEOR_API_URL: ${NEXT_PUBLIC_SALEOR_API_URL}