From 87afb074a37eaac854d6698de281da512fbc4845 Mon Sep 17 00:00:00 2001 From: Ayoub Benaissa Date: Sat, 21 Dec 2024 12:00:44 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20frontend/README.md=20to?= =?UTF-8?q?=20also=20remove=20Playwright=20when=20removing=20Frontend=20(#?= =?UTF-8?q?1452)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/README.md b/frontend/README.md index fde8267..569af50 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -59,7 +59,7 @@ If you are developing an API-only app and want to remove the frontend, you can d * In the `docker-compose.yml` file, remove the whole service / section `frontend`. -* In the `docker-compose.override.yml` file, remove the whole service / section `frontend`. +* In the `docker-compose.override.yml` file, remove the whole service / section `frontend` and `playwright`. Done, you have a frontend-less (api-only) app. 🤓