From 45a35c0b01a255a930621c5745d8d98d4ab13aab Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 1 Aug 2026 04:43:15 +0500 Subject: [PATCH] update deplpy docs --- .build/prod/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.build/prod/README.md b/.build/prod/README.md index 1fe1e89..6a9c9e0 100644 --- a/.build/prod/README.md +++ b/.build/prod/README.md @@ -66,7 +66,8 @@ services: ports: - 8000:80 depends_on: - - backend``` + - backend +``` - Create `compose.yml` with the above yaml - Create .env and fill ```