From 9cd46eb6b04486e7e3cbd307302d563bcd779982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Dunglas?= Date: Thu, 11 Jan 2024 10:38:04 +0100 Subject: [PATCH] missing dot --- docs/production.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/production.md b/docs/production.md index 3b3d5c7..d02001d 100644 --- a/docs/production.md +++ b/docs/production.md @@ -75,7 +75,7 @@ Go to `https://your-domain-name.example.com` and enjoy! > The worker mode of FrankenPHP is enabled by default in prod. To disable it, add the env var FRANKENPHP_CONFIG as empty to the compose.prod.yaml file. > [!CAUTION] -> Docker can have a cache layer, make sure you have the right build for each deployment or rebuild your project with --no-cache option to avoid cache issue +> Docker can have a cache layer, make sure you have the right build for each deployment or rebuild your project with --no-cache option to avoid cache issue. ## Disabling HTTPS