From f7676d2b8c17cbf25daed9cf8637abc9b4bd2e37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ot=C3=A1vio=20Silva?= <66086228+otaviosilva22@users.noreply.github.com> Date: Thu, 30 Nov 2023 15:37:26 -0300 Subject: [PATCH] Update README.md add a space Co-authored-by: Peter Dave Hello --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4125f24..73ce7956 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ services: - ./:/home/node/app expose: - "8081" - ports: #use if it is necessary to expose the container to the host machine + ports: # use if it is necessary to expose the container to the host machine - "8081": "8081" command: "npm start" ```