Skip to content

Commit c8ee983

Browse files
committed
add check command
1 parent 292f4ff commit c8ee983

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ run-klass-api-local-postgres:
8484
start-klass-forvaltning-docker:
8585
docker compose $(COMPOSE_FILE) --profile frontend up --build -d
8686

87+
.PHONY: check-klass-forvaltning-docker
88+
check-klass-forvaltning-docker:
89+
docker compose $(COMPOSE_FILE) --profile frontend ps
90+
8791
.PHONY: logs-klass-forvaltning
8892
logs-klass-forvaltning:
8993
docker compose $(COMPOSE_FILE) --profile frontend logs -f

0 commit comments

Comments
 (0)