diff --git a/README.md b/README.md index 13b7c41..522a10d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- +

!!!WIP!!! For the moment checkout [this](https://github.com/etalab/sill-web/tree/main/src/ui/components/KcApp). @@ -65,11 +65,11 @@ More info on the `--external-assets` build option [here](https://docs.keycloakif # Docker ```bash -docker build -f Dockerfile -t garronej/keycloakify-starter:test . +docker build -f Dockerfile -t garronej/keycloakify-advanced-starter:test . #OR (to reproduce how the image is built in the ci workflow): -yarn && yarn build && tar -cvf build.tar ./build && docker build -f Dockerfile.ci -t garronej/keycloakify-starter:test . && rm build.tar +yarn && yarn build && tar -cvf build.tar ./build && docker build -f Dockerfile.ci -t garronej/keycloakify-advanced-starter:test . && rm build.tar -docker run -it -dp 8083:80 garronej/keycloakify-starter:test +docker run -it -dp 8083:80 garronej/keycloakify-advanced-starter:test ``` ## DockerHub credentials diff --git a/package.json b/package.json index 379adb6..7960676 100755 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "keycloakify-starter", + "name": "keycloakify-advanced-starter", "homepage": "https://demo-app-advanced.keycloakify.dev", "version": "1.0.2", "description": "A starter/demo project for keycloakify", "repository": { "type": "git", - "url": "git://github.com/garronej/keycloakify-starter.git" + "url": "git://github.com/garronej/keycloakify-advanced-starter.git" }, "scripts": { "start": "react-scripts start",