README and DOCKER update
This commit is contained in:
parent
e9f7fbee40
commit
3af9523a79
@ -1,6 +1,6 @@
|
||||
# Getting Started with Gonito-frontend
|
||||
|
||||
App will work on port 3001.
|
||||
App will work on port 3000.
|
||||
|
||||
## Run app
|
||||
|
||||
|
@ -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}
|
||||
- REACT_APP_KC_CLIENT_ID=${REACT_APP_KC_CLIENT_ID}
|
||||
volumes:
|
||||
- .:/app
|
||||
- /app/node_modules
|
||||
|
@ -19,7 +19,7 @@ const mobileRender = () => {
|
||||
<H1 as="h1">
|
||||
Welcome to
|
||||
<Container display="inline" color={theme.colors.green}>
|
||||
Gonito.net!
|
||||
Gonito!
|
||||
</Container>
|
||||
</H1>
|
||||
<Body as="p">
|
||||
|
Loading…
Reference in New Issue
Block a user