From e84ea961dc6a42ae204b3dcbac2c0bcf66e98233 Mon Sep 17 00:00:00 2001 From: Sergiotarxz Date: Sat, 1 Jul 2023 05:24:36 +0200 Subject: [PATCH] Adding clarification. --- DOCKER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCKER.md b/DOCKER.md index 2d7ea98..829f485 100644 --- a/DOCKER.md +++ b/DOCKER.md @@ -48,8 +48,8 @@ bash start_docker.sh The first time you execute this the database migrations won't be applied but we are going to solve this soon. -As soon as the application is already listening open -a new terminal and execute the following command to install +As soon as the application is already listening in the port 3000 +open a new terminal and execute the following command to install the database migrations. ```shell