From 9bca1565c695136973d658bd43d6d1249275ac69 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Wed, 6 Nov 2024 21:48:59 +0400 Subject: [PATCH] Update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 682d731..991330b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This project uses non-commercial IMDb datasets, available at: [IMDb Datasets](ht 1. Rename the environment file: Rename `/config/postgres/.env.example` to `/config/postgres/.env`: ```sh - mv ./config/postgres/.env.example ./config/postgres/.env + cp ./config/postgres/.env.example ./config/postgres/.env ``` 2. Run with Docker Compose: