Browse Source

📝 Update frontend/README.md to also remove Playwright when removing Frontend (#1452)

pull/13907/head
Ayoub Benaissa 8 months ago
committed by GitHub
parent
commit
87afb074a3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      frontend/README.md

2
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. 🤓

Loading…
Cancel
Save