From 33f6b11089888c0c23aa66af936b54f4cb87afe3 Mon Sep 17 00:00:00 2001 From: Gsk54 Date: Thu, 5 Jan 2023 16:31:27 +0100 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05f708f..9368515 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ A RabbitMQ instance is also required to send / receive messages when data has be docker compose up -d ``` - The app runs automatically on the port defined in `SERVICE_PORT` of `.env` file (default : _5001_). + The app runs automatically on port **5001**. - install the dependencies : @@ -38,7 +38,7 @@ A RabbitMQ instance is also required to send / receive messages when data has be ## Database migration -Before using the app, you need to launch the database migration : +Before using the app, you need to launch the database migration inside the container : ```bash docker exec v3-user sh -c "npx prisma migrate dev"