From e4db7e802ff26be07d559e02d82b9ffe010f7d81 Mon Sep 17 00:00:00 2001 From: Shyim Date: Thu, 23 May 2024 09:12:07 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ef04d..330a6a1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Shopware 6 Production Docker -This repository contains a base image with Alpine + PHP + Caddy to build your own docker image with your code. +This repository contains a base image with Alpine + PHP + Caddy, which you can use to build your docker image with your code. + +> [!NOTE] +> This docker image expects that you install all extensions using Composer. Otherwise, you will get `The class X is not found` errors. See [docs for more information](https://developer.shopware.com/docs/guides/hosting/installation-updates/extension-managment.html) ## Getting Started