This commit is contained in:
garronej 2022-09-06 19:32:54 +02:00
parent d11318b153
commit 316345eb1d
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
<p align="center"> <p align="center">
<img src="https://github.com/garronej/keycloakify-starter/workflows/ci/badge.svg?branch=main"> <img src="https://github.com/garronej/keycloakify-advanced-starter/workflows/ci/badge.svg?branch=main">
</p> </p>
!!!WIP!!! For the moment checkout [this](https://github.com/etalab/sill-web/tree/main/src/ui/components/KcApp). !!!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 # Docker
```bash ```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): #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 ## DockerHub credentials

View file

@ -1,11 +1,11 @@
{ {
"name": "keycloakify-starter", "name": "keycloakify-advanced-starter",
"homepage": "https://demo-app-advanced.keycloakify.dev", "homepage": "https://demo-app-advanced.keycloakify.dev",
"version": "1.0.2", "version": "1.0.2",
"description": "A starter/demo project for keycloakify", "description": "A starter/demo project for keycloakify",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/garronej/keycloakify-starter.git" "url": "git://github.com/garronej/keycloakify-advanced-starter.git"
}, },
"scripts": { "scripts": {
"start": "react-scripts start", "start": "react-scripts start",