You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Following steps are intent to build the container for local development purpose.
20
20
You may use a pre-build image from [`GitHub Packages`](https://github.com/orgs/hpi-schul-cloud/packages?repo_name=dbildungs-iam). To build the container on your own execute following command:
21
21
22
22
```bash
23
-
docker build --target development -t dbildungsplattform/dbildungs-iam-keycloak/dev .
23
+
docker build --load --target development -t dbildungsplattform/dbildungs-iam-keycloak/dev .
24
24
```
25
25
26
26
To create the container execute following command:
0 commit comments