Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ErykKul committed Sep 22, 2024
1 parent d929e0c commit 0d30fa7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions authn-env/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ SHELL = /bin/bash

.PHONY: keycloak-up
keycloak-up:
docker compose -f docker-compose-keycloak.yaml up -d --build
docker compose -f docker-compose-keycloak.yml up -d --build

.PHONY: keycloak-%
keycloak-%:
docker compose -f docker-compose-keycloak.yaml $*
docker compose -f docker-compose-keycloak.yml $*

0 comments on commit 0d30fa7

Please sign in to comment.