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