From 3af9523a790bfc090af13644091c6fb74c6fb833 Mon Sep 17 00:00:00 2001 From: Mateusz Date: Tue, 29 Nov 2022 13:59:11 +0100 Subject: [PATCH] README and DOCKER update --- README.md | 2 +- docker-compose.yml | 5 ++++- src/components/content_sections/Hero.js | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e51d4fa..77ec01b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Getting Started with Gonito-frontend -App will work on port 3001. +App will work on port 3000. ## Run app diff --git a/docker-compose.yml b/docker-compose.yml index 1ed62ed..415fd8d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,4 +11,7 @@ services: - CHOKIDAR_USEPOLLING=true - REACT_APP_KC_URL=${REACT_APP_KC_URL} - REACT_APP_KC_REALM=${REACT_APP_KC_REALM} - - REACT_APP_KC_CLIENT_ID=${REACT_APP_KC_CLIENT_ID} \ No newline at end of file + - REACT_APP_KC_CLIENT_ID=${REACT_APP_KC_CLIENT_ID} + volumes: + - .:/app + - /app/node_modules diff --git a/src/components/content_sections/Hero.js b/src/components/content_sections/Hero.js index 79c5460..ff193dc 100644 --- a/src/components/content_sections/Hero.js +++ b/src/components/content_sections/Hero.js @@ -19,7 +19,7 @@ const mobileRender = () => {

Welcome to -  Gonito.net! +  Gonito!