keycloak-reg-ui/README.md
2023-08-17 22:23:04 +00:00

362 B

Local

$ yarn install

# Edit `src/App.js` and `src/components/pages/RegisterPage.js` to set
# `basePath` and `apiUrl` and then run:
$ yarn build
$ serve -s build

Docker

$ docker build -t cerc/keycloak-reg-ui:local .

# Edit config.yml for your API settings and then run:
$ docker run -d -p 3000:80 -v .:/config cerc/keycloak-reg-ui:local